
Precio: from 192 credits per request · ≈ $0.096Alta estabilidad, con registros de uso detallados en la plataforma APIAny.
Sube una imagen o pega una URL de imagen para controlar el encuadre.
Start Frame
Sube 1 imagen o pega una URL de imagen.
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 1
End Frame
Sube 1 imagen o pega una URL de imagen.
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 1
Any integer from 4s to 15s.
Video output resolution.
Video aspect ratio.
Generate audio
Generate synchronized audio.
Content filter
Standard safety filter (default true). Setting false relaxes restrictions and adds 10% to generation pricing; illegal content is always blocked.
Estimación en USD ≈ $0.25: Nivel $999: 1 USD = 2,000 créditos.

Imágenes y vídeos reales creados con nuestros modelos. Previsualizar o cargar un ejemplo no inicia la generación.
Modelo de generación real: seedance-2.0-mini-image-to-video

{
"model": "seedance-2.0-mini-image-to-video",
"prompt": "Animate the supplied greenhouse scene. Preserve the ivory robot, potted plants, glass structure and composition. Keep the robot still and introduce only a light breeze moving existing leaves and subtle sunlight changes, with a nearly locked camera. Single continuous shot. No text, logos, labels, subtitles, graphic overlays or watermark. No cuts. Natural coherent movement, stable geometry.",
"duration": 5,
"quality": "720p",
"aspect_ratio": "adaptive",
"generate_audio": false,
"image_urls": [
"https://s.apiany.ai/web-static/mode-infos/v2/2026-09-20/d11-greenhouse-robot/image.webp"
]
}Historial
Guardado localmente en este navegador
0 en curso · 0 completadas
Reglas de facturación
Autenticación
Cada solicitud debe incluir un token Bearer en el encabezado Authorization. Crea tu API Key en la consola.
Authorization: Bearer YOUR_API_KEYhttps://apiany.ai/v1/videos/generationsParámetros de solicitud
| Parámetro | Tipo | Obligatorio | Notas |
|---|---|---|---|
model | cadena | Obligatorio | Identificador del modelo a llamar; usa el ID de este modelo. |
prompt | cadena | Obligatorio | Prompt de texto que describe lo que quieres generar. |
duration | número | Opcional | Any integer from 4s to 15s. · Rango: 4–15 · Predeterminado: 5 |
quality | cadena | Opcional | Video output resolution. · Valores posibles: 480p, 720p · Predeterminado: 720p |
aspect_ratio | cadena | Opcional | Video aspect ratio. · Valores posibles: adaptive, 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 · Predeterminado: adaptive |
generate_audio | booleano | Opcional | Generate synchronized audio. · Predeterminado: true |
content_filter | booleano | Opcional | Standard safety filter (default true). Setting false relaxes restrictions and adds 10% to generation pricing; illegal content is always blocked. · Predeterminado: true |
callback_url | cadena | Opcional | Dirección de callback opcional, llamada al completar la tarea asíncrona. |
Ejemplo de solicitud
curl "https://apiany.ai/v1/videos/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0-mini-image-to-video",
"prompt": "Animate the supplied greenhouse scene. Preserve the ivory robot, potted plants, glass structure and composition. Keep the robot still and introduce only a light breeze moving existing leaves and subtle sunlight changes, with a nearly locked camera. Single continuous shot. No text, logos, labels, subtitles, graphic overlays or watermark. No cuts. Natural coherent movement, stable geometry.",
"duration": 5,
"quality": "720p",
"aspect_ratio": "adaptive",
"generate_audio": true,
"content_filter": true
}'Ejemplo de respuesta
{
"task_id": "task_abc123",
"status": "pending",
"poll_url": "/v1/tasks/task_abc123",
"request_id": "req_abc123",
"credits": {
"reserved": 1000
}
}Este endpoint es asíncrono: tras la solicitud devuelve inmediatamente task_id. Consulta por polling el endpoint de estado de tarea hasta que status sea succeeded y luego lee result. Los enlaces multimedia generados son válidos durante 24 horas.