LTX Studio API v1 featuring LTXV, FLUX.1 Kontext and Google’s Veo
We’re proud to present the LTX Studio API v1 for LTX Studio, an AI-powered video creation platform developed by Lightricks.
LTX Studio provides access to LTX-Video models capable of generating cost-efficient videos (~$0.07 per generation) in near real-time, Google’s Veo model, and the FLUX.1 Kontext model with average costs of ~$0.03 per generation.
LTX-Video and FLUX.1 Kontext models enforce minimal content moderation and will generate adult content.
Examples
- LTX Turbo POST videos/ltx-create
startAssetId
start frame
curl --location 'https://api.useapi.net/v1/ltxstudio/videos/ltx-create' \
--header 'Authorization: Bearer user:1234-abcdefgh' \
--form 'startAssetId="asset:f24…-type:image/jpeg"' \
--form 'model="ltxv-turbo"' \
--form 'prompt="Showing off her cool armor"' \
--form 'aspectRatio="9:16"' \
--form 'aspectRatio="9:16"' \
--form 'audioSFX="true"'
Result
- FLUX.1 Kontext edit POST images/flux-edit
referenceAssetId
original image
curl --location 'https://api.useapi.net/v1/ltxstudio/images/flux-edit' \
--header 'Authorization: Bearer user:1234-abcdefgh' \
--form 'referenceAssetId="asset:f24…-type:image/jpeg"' \
--form 'prompt="Her armor is golden, her hair is silver, and her eyes are glowing green.."' \
--form 'aspectRatio="16:9"'
Result
- FLUX.1 Kontext create POST images/flux-create
curl --location 'https://api.useapi.net/v1/ltxstudio/images/flux-create' \
--header 'Authorization: Bearer user:1234-abcdefgh' \
--form 'prompt="Femme fatale in a black and white film noir scene. Rain-streaked window, Venetian blinds casting shadows on her face, a curl of smoke from a cigarette. Classic film noir, high contrast monochrome, dramatic shadows."' \
--form 'aspectRatio="9:16"'
Result