v5
OpenAPI 3.1.02026-08-043621,4011.8 MBList Dubs
List the dubs you have access to.
Query parameters
Used for fetching next page. Cursor is returned in the response.
Used for fetching next page. Cursor is returned in the response.
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.
What state the dub is currently in.
What state the dub is currently in.
Filter by dubbing status.
Filter by dubbing status.
Filter by dubbing model generation.
Filter by dubbing model generation.
Filter by target language code.
Filter by target language code.
Filter by dubbing creation source.
Filter by dubbing creation source.
Filters who created the resources being listed, whether it was the user running the request or someone else that shared the resource with them.
Filters who created the resources being listed, whether it was the user running the request or someone else that shared the resource with them.
The field to use for ordering results from this query.
The field to use for ordering results from this query.
The order direction to use for results from this query.
The order direction to use for results from this query.
Headers
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
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"
]
}
]
}