LTX Studio API v1 enhancements:

  • Added veo3-fast model support to POST videos/veo-create for faster text-to-video generation
  • Enhanced audioSFX parameter support across all Veo models (veo2, veo3, veo3-fast) for automatic sound effects generation
  • Added shotType and shotAngle parameters to Flux image endpoints for enhanced composition control:
  • Extended LTX video duration options to include 15 and 30 seconds in POST videos/ltx-create

Example

Preparing startAssetId image for POST videos/ltx-create using POST images/flux-edit

referenceAssetId

curl --location 'https://api.useapi.net/v1/ltxstudio/images/flux-edit' \
--header 'Authorization: Bearer user:12345-…' \
--form 'referenceAssetId="asset:…"' \
--form 'prompt="Zoom out a little bit so we can see her entire body, including her legs and feet."' \
--form 'aspectRatio="9:16"' \
--form 'pollForResult="20"'

Result (adjusted image)

LTXV 30 seconds POST videos/ltx-create

curl --location 'https://api.useapi.net/v1/ltxstudio/videos/ltx-create' \
--header 'Authorization: Bearer user:12345-…' \
--form 'startAssetId="asset:…"' \
--form 'model="ltxv"' \
--form 'prompt="Walking on the beach, looking for trouble"' \
--form 'aspectRatio="9:16"' \
--form 'duration="30"' \
--form 'audioSFX="true"' \
--form 'pollForResult="20"'```

Result