Minimax H3
Minimax
Riferimenti in videoDa testo a videoDa immagine a videoDa 0,07 $ / S
Minimax H3 crea sequenze multi-inquadratura con audio nativo sincronizzato, controllo preciso della telecamera e editing avanzato dei fotogrammi chiave per narrazioni coerenti.
Ingresso
Modalità
Compila i campi obbligatori per visualizzare il prezzo.
Text To Video · 2k · 5s
Produzione
Oziare| Modalità | Durata | Risoluzione | Tipo | Prezzo |
|---|---|---|---|---|
| — | output second | 768p | Da immagine a video | 0,07 $ / s |
| Riferimenti in video | 0,07 $ / s | |||
| Da testo a video | 0,07 $ / s | |||
| 2k | Da immagine a video | 0,12 $ / s | ||
| Riferimenti in video | 0,12 $ / s | |||
| Da testo a video | 0,12 $ / s | |||
| with video ref | (output + input video) second | 768p | Riferimenti in video | 0,07 $ / s |
| 2k | Riferimenti in video | 0,12 $ / s |
Punto finale
POST
https://pollo.ai/api/platform/v1/generation/minimax/minimax-h3/videoModalità
Autenticazione
Inserisci la tua chiave API nell'intestazione della richiesta x-api-key.
x-api-key: YOUR_API_KEYVisualizza le chiavi APIInvia attività
Creare un'attività di generazione del modello.
Richiesta
curl -X POST 'https://pollo.ai/api/platform/v1/generation/minimax/minimax-h3/video' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-d '{
"input": {
"prompt": "A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field",
"resolution": "2k",
"duration": 5,
"aspectRatio": "auto"
}
}'Risposta (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"status": "pending"
}Verifica dello stato
Interroga l'endpoint dello stato dell'attività fino al completamento della generazione.
richiesta HTTP
GET /api/platform/v1/generation/{taskId}/status HTTP/1.1
Host: pollo.ai
x-api-key: YOUR_API_KEYRisposta (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"credit": 12,
"costUsd": 0.12,
"generations": [
{
"id": "generation_01",
"createdDate": "2026-07-13T07:00:00.000Z",
"updatedDate": "2026-07-13T07:00:12.000Z",
"status": "succeeded",
"failMsg": null,
"url": "https://example.com/output.mp4",
"mediaType": "video"
}
]
}Webhook
È possibile includere facoltativamente l'URL del webhook per ricevere una notifica in caso di successo o fallimento dell'attività.
Campo di richiesta facoltativo
{
"input": {
"prompt": "A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field",
"resolution": "2k",
"duration": 5,
"aspectRatio": "auto"
},
"webhookUrl": "https://example.com/webhooks/pollo"
}Schema
Campi di input per l'endpoint e la modalità selezionati.
| Campo | Tipo | Necessario | Descrizione |
|---|---|---|---|
| prompt | string | Sì | Text prompt describing the content to generate. |
| resolution | string | NO | Output resolution of the generated media (e.g. 720p, 1080p). |
| duration | integer | NO | The duration of the generated video, in seconds. |
| aspectRatio | string | NO | Output aspect ratio, as width:height (e.g. 16:9). |
Errori
Codici di risposta API pubblici comuni.
- 400
- Input o vincolo del modello non validi
- 401
- Chiave API mancante o non valida
- 403
- La chiave API non ha accesso
- 404
- Modello o attività non trovati
La documentazione del modello sarà disponibile a breve.