Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API key. To get your API key, go to Developer Hub and click "Create new API Key".

Body

application/json

Body

end_seconds
number<float>
required

End time of your clip in seconds. Must be greater than start_seconds. Duration must be between 3 and 10 seconds.

Required range: x >= 0.1
Example:

5

style
object
required
assets
object
required

Provide the assets for video editing.

name
string
default:Video Editor - dateTime

Give your video a custom name for easy identification.

Example:

"My Video Editor video"

start_seconds
number<float>
default:0

Start time of your clip (seconds). Must be ≥ 0.

Required range: x >= 0
Example:

0

model
enum<string>

Editing model. Defaults to ltx-2.3 for free tier and gemini-omni for paid. Use ltx-2.3 for LTX video edit.

Available options:
gemini-omni,
ltx-2.3
Example:

"gemini-omni"

resolution
enum<string>

Output resolution. Defaults to 480p for free tier and 720p for paid. Google Omni supports 720p only; LTX-2.3 supports 480p, 720p, and 1080p.

Available options:
480p,
720p,
1080p
Example:

"720p"

Response

Success

Success

id
string
required

Unique ID of the video. Use it with the Get video Project API to fetch status and downloads.

Example:

"cuid-example"

credits_charged
integer
required

The amount of credits deducted from your account to generate the video. If the status is not 'complete', this value is an estimate and may be adjusted upon completion based on the actual FPS of the output video.

If video generation fails, credits will be refunded, and this field will be updated to include the refund.

Example:

450