Skip to main content

List models


Returns all available generation models with their capabilities and supported features.

Response 200

Use model IDs when setting project defaults (video_model, image_model) or when directing the agent to use a specific model.

List voices


Returns available voiceover voices with descriptions.

Response 200

Voice names can be used when directing the agent: "Use the voice Isabella for the voiceover".

Estimate costs


Estimate credit costs for planned operations before committing.

Request body

Each operation:

Response 200

Example

Discover existing projects


List projects created in the studio that are available for API management.

Response 200

The title field can be null if the project has no title set.

Adopt a project


Take control of an existing studio project via the API.

Request body

Response 201 (newly adopted)

Response 200 (already adopted)

If the project was already adopted, returns the existing record with a message field.
After adoption, all project endpoints work normally. The project remains accessible in the studio.