
Modèle :
Prix : from 760 credits per request · ≈ $0.38Haute stabilité, avec des journaux d’usage détaillés sur la plateforme APIAny.
Importez une image ou collez une URL d’image pour contrôler le cadrage.
Start Frame
Importez 1 image ou collez une URL d’image.
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 1
End Frame
Importez 1 image ou collez une URL d’image.
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.
Estimation USD ≈ $0.38 : Palier $999 : 1 USD = 2,000 crédits.

Images et vidéos réellement créées via nos modèles. Prévisualiser ou remplir un exemple ne lance aucune génération.
Modèle de génération réel: minimax-h3-image-to-video

{
"model": "minimax-h3-image-to-video",
"prompt": "Animate the provided forest cabin photograph. Preserve the cedar cabin, warm window and forest composition. Slow subtle camera push-in, thin fog drifting naturally between trees, small gentle movement in fern leaves. Atmospheric photorealistic cinematic light, no new objects. Single continuous shot. No text, logos, labels, subtitles, graphic overlays or watermark. No cuts. Natural coherent movement, stable geometry.",
"duration": 5,
"quality": "768p",
"aspect_ratio": "16:9",
"image_urls": [
"https://s.apiany.ai/web-static/mode-infos/v2/2026-09-20/d01-forest-cabin/image.webp"
]
}Historique
Enregistré localement dans ce navigateur
0 en cours · 0 terminées
Règles de facturation
Authentification
Chaque requête doit inclure un jeton Bearer dans l’en-tête Authorization. Créez votre API Key dans la console.
Authorization: Bearer YOUR_API_KEYhttps://apiany.ai/v1/videos/generationsParamètres de requête
| Paramètre | Type | Obligatoire | Notes |
|---|---|---|---|
model | chaîne | Obligatoire | L’identifiant du modèle à appeler, en utilisant l’ID de ce modèle. |
prompt | chaîne | Obligatoire | Prompt texte décrivant ce que vous voulez générer. |
duration | nombre | Optionnel | Any integer from 4s to 15s. · Plage: 4–15 · Par défaut: 4 |
quality | chaîne | Optionnel | Video output resolution. · Valeurs possibles: 768p, 2k · Par défaut: 768p |
aspect_ratio | chaîne | Optionnel | Video aspect ratio. · Valeurs possibles: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 · Par défaut: 16:9 |
callback_url | chaîne | Optionnel | Adresse de callback optionnelle, appelée à la fin de la tâche asynchrone. |
Exemple de requête
curl "https://apiany.ai/v1/videos/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-h3-image-to-video",
"prompt": "Animate the provided forest cabin photograph. Preserve the cedar cabin, warm window and forest composition. Slow subtle camera push-in, thin fog drifting naturally between trees, small gentle movement in fern leaves. Atmospheric photorealistic cinematic light, no new objects. Single continuous shot. No text, logos, labels, subtitles, graphic overlays or watermark. No cuts. Natural coherent movement, stable geometry.",
"duration": 4,
"quality": "768p",
"aspect_ratio": "16:9"
}'Exemple de réponse
{
"task_id": "task_abc123",
"status": "pending",
"poll_url": "/v1/tasks/task_abc123",
"request_id": "req_abc123",
"credits": {
"reserved": 1000
}
}Cet endpoint est asynchrone : la requête renvoie immédiatement task_id. Interrogez l’endpoint de statut de tâche jusqu’à ce que status passe à succeeded, puis lisez result. Les liens média générés sont valides pendant 24 heures.