v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
dubbing
dubbing
dubbing

List Dubs

List the dubs you have access to.

get/v1/dubbing

Query parameters

cursorstring nullable

Used for fetching next page. Cursor is returned in the response.

Used for fetching next page. Cursor is returned in the response.

page_sizeinteger

How many dubs to return at maximum. Can not exceed 200, defaults to 100.

How many dubs to return at maximum. Can not exceed 200, defaults to 100.

dubbing_status'dubbing' | 'dubbed' | 'failed'

What state the dub is currently in.

What state the dub is currently in.

dubbing_statusesstring[] nullable

Filter by dubbing status.

Filter by dubbing status.

dubbing_modelsstring[] nullable

Filter by dubbing model generation.

Filter by dubbing model generation.

target_language_codesstring[] nullable

Filter by target language code.

Filter by target language code.

creation_sourcesstring[] nullable

Filter by dubbing creation source.

Filter by dubbing creation source.

filter_by_creator'personal' | 'others' | 'all'

Filters who created the resources being listed, whether it was the user running the request or someone else that shared the resource with them.

Example:all

Filters who created the resources being listed, whether it was the user running the request or someone else that shared the resource with them.

order_by'created_at' | 'name'

The field to use for ordering results from this query.

The field to use for ordering results from this query.

order_direction'DESCENDING' | 'ASCENDING'

The order direction to use for results from this query.

The order direction to use for results from this query.

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

next_cursorstring nullable required
has_moreboolean required

Example response

{
  "dubs": [
    {
      "created_at": "2025-07-15T14:49:41.149000",
      "dubbing_id": "21m00Tcm4TlvDq8ikWAM",
      "editable": true,
      "media_metadata": {
        "content_type": "video/mp4",
        "duration": 127.5
      },
      "name": "My Dubbing Project",
      "source_language": "en",
      "status": "dubbed",
      "target_languages": [
        "es",
        "fr",
        "de"
      ]
    }
  ]
}