Asynchrone videgeneratie
Genereer Veo3-video’s asynchroon via POST /v1/videos in CometAPI, waarbij een task id wordt teruggegeven en first/last-frame guidance voor clips van 8 seconden wordt ondersteund.
Gebruik deze pagina om een Veo-job te starten via de gedeelde CometAPI-routeDocumentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
/v1/videos. Kies een huidige Veo-alias op de Models-pagina bij het instellen van model.
Kies het request-patroon
- Text-to-video: verstuur geen
input_reference-bestanden - Image-to-video: verstuur één
input_reference - First-frame and last-frame guidance: verstuur twee geordende
input_reference-bestanden
Taskflow
Dien de Veo-job in
id op.Poll het gedeelde video-endpoint
Alias-omzetting
Het veldmodel in de response kan de opgeloste backend-model-id tonen in plaats van de alias die je hebt ingestuurd. Gebruik de Models-pagina om actuele Veo-aliassen te vinden.Autorisaties
Bearer token authentication. Use your CometAPI key.
Body
Text prompt for the video job.
"A paper kite floats above a field."
CometAPI Veo alias. Use a current Veo alias from the Models page. The response may resolve this alias to a provider model id.
"veo3-fast"
Orientation hint. Use a landscape-like value such as 16x9 or a portrait-like value such as 9x16.
"16x9"
Optional image input. Send one file for image-to-video or two ordered files for first-frame and last-frame guidance.