Videos Faceless
Crea videos faceless con el workflow automático.
POST /faceless-videos
Crea un video faceless usando el workflow automático.
curl -X POST https://videotok.app/api/v1/faceless-videos \
-H "Authorization: Bearer vt_live_..." \
-H "Content-Type: application/json" \
-d '{
"prompt": "Explain why small brands should test TikTok ads before Meta ads.",
"aspect_ratio": "9:16",
"duration": "26",
"image_style": "Veo 3.1 Lite",
"voice_id": "ash",
"language": "en",
"brand_kit_id": 42
}'
Campos
| Campo | Tipo | Notas |
|---|---|---|
prompt | string | Se usa para escribir el script si no envías script. |
script | string | Script terminado opcional. |
aspect_ratio | string | 9:16 o 16:9. |
duration | string | Por defecto 26. |
image_style | string | Por defecto Veo 3.1 Lite. |
voice_id | string | Por defecto ash. |
language | string | Por defecto en. |
reference_image_urls | string[] | Hasta 10 imágenes. |
brand_kit_id | number | Brand kit opcional. |
GET /videos/{id}
Devuelve un video creado por faceless video o por endpoints del editor.