
Preis: from 1,520 credits per request · ≈ $0.76Hohe Stabilität, mit detaillierten Nutzungsprotokollen auf der APIAny-Plattform.
Eingabebilder
Lade 1-9 Bilder hoch (max. 10 MB pro Bild).
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 9
Eingabevideos
Lade bis zu 3 Referenzvideos hoch.
Click to upload or drag and drop
Supported formats: MP4, MOV, WEBM
Maximum file size: 100MB; Maximum files: 3
Eingabeaudio
Lade bis zu 3 Audio-Referenzdateien hoch.
Click to upload or drag and drop
Supported formats: MP3, WAV, M4A, AAC, OGG, FLAC
Maximum file size: 50MB; Maximum files: 3
Any integer from 4s to 15s.
Video output resolution.
Video aspect ratio.
USD-Schätzung ≈ $0.76: Stufe $999: 1 USD = 2,000 Credits.

Echte Bilder und Videos unserer Modelle. Vorschau und Vorlagen starten keine Generierung.
Tatsächliches Generierungsmodell: minimax-h3-reference-to-video

{
"model": "minimax-h3-reference-to-video",
"prompt": "Use Image 1 as the identity and clothing reference for this clearly adult man. Keep his facial features, short dark curls and plain sand-colored jacket consistent. He stands on a clean quiet outdoor railway platform, naturally turns toward the camera with a small relaxed smile. Medium shot, soft golden-hour light, gentle camera drift. No trains or signs needed. 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/d02-adult-traveler/reference.jpg"
]
}Verlauf
Lokal in diesem Browser gespeichert
0 läuft · 0 abgeschlossen
Abrechnungsregeln
Authentifizierung
Jede Anfrage muss im Authorization Header ein Bearer Token enthalten. Erstelle deinen API Key in der Konsole.
Authorization: Bearer YOUR_API_KEYhttps://apiany.ai/v1/videos/generationsRequest-Parameter
| Parameter | Typ | Erforderlich | Hinweise |
|---|---|---|---|
model | String | Erforderlich | Die Modellkennung für den Aufruf; verwende die ID dieses Modells. |
prompt | String | Erforderlich | Textprompt, der beschreibt, was du generieren möchtest. |
duration | Zahl | Optional | Any integer from 4s to 15s. · Bereich: 4–15 · Standard: 4 |
quality | String | Optional | Video output resolution. · Optionen: 768p, 2k · Standard: 768p |
aspect_ratio | String | Optional | Video aspect ratio. · Optionen: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 · Standard: 16:9 |
callback_url | String | Optional | Optionale Callback-Adresse, die nach Abschluss eines asynchronen Tasks aufgerufen wird. |
Request-Beispiel
curl "https://apiany.ai/v1/videos/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-h3-reference-to-video",
"prompt": "Use Image 1 as the identity and clothing reference for this clearly adult man. Keep his facial features, short dark curls and plain sand-colored jacket consistent. He stands on a clean quiet outdoor railway platform, naturally turns toward the camera with a small relaxed smile. Medium shot, soft golden-hour light, gentle camera drift. No trains or signs needed. 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"
}'Response-Beispiel
{
"task_id": "task_abc123",
"status": "pending",
"poll_url": "/v1/tasks/task_abc123",
"request_id": "req_abc123",
"credits": {
"reserved": 1000
}
}Dieser Endpunkt ist asynchron: Nach dem Request wird sofort task_id zurückgegeben. Frage den Task-Status-Endpunkt per Polling ab, bis status succeeded ist, und lies danach result. Generierte Medienlinks sind 24 Stunden gültig.