LTX Studio API v1 endpoint POST videos/veo-create updated to support the Start Frame for the veo3-fast
model and the resolution
parameter for both veo3
and veo3-fast
. You can now also use images generated via POST images/flux-create and POST images/flux-edit as references as well.
Example
- Veo3 Fast with Start Frame POST videos/veo-create
curl --location 'https://api.useapi.net/v1/ltxstudio/videos/veo-create' \
--header 'Authorization: Bearer user:12345-…' \
--form 'startAssetId="asset:…"' \
--form 'model="veo3-fast"' \
--form 'audioSFX="true"' \
--form 'prompt="She is weaving through traffic with intense, focused urgency, as if chasing a villain. The camera stays tight on her determined face. She finally catches up to her target: an ice cream truck. Her entire demeanor changes from intense spy to excited child as she pulls up alongside it and eagerly shouts her order over the engine noise."'
Result