Dubbing

List Dubbing Projects

List the dubbing projects in your workspace that you can access, newest first, cursor-paginated. Listed projects carry no language_ids; fetch a project, or list its language targets, to see them.

get/v1/dubbing/project

Query parameters

cursorstring nullable

Pass the next_cursor from a previous response to fetch the page after it. Omit for the first page.

Pass the next_cursor from a previous response to fetch the page after it. Omit for the first page.

page_sizeinteger

Number of projects per page. Clamped to between 1 and 100 rather than rejected, so a larger value returns a full page.

Number of projects per page. Clamped to between 1 and 100 rather than rejected, so a larger value returns a full page.

statusstring nullable

Filter to projects in this status: queued, preparing, ready, or failed. Omit to return every status.

Filter to projects in this status: queued, preparing, ready, or failed. Omit to return every status.

sort_direction'ASCENDING' | 'DESCENDING'

Sort by creation time; newest first by default.

Sort by creation time; newest first by default.

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

Opaque cursor to pass back as cursor for the next page, or null when there are no more results.

Changes

Changed in 2 of the 27 revisions of this API.3

    • added the optional property projects/items/webhook_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property projects/items/error to the response with the 200 status

      response-optional-property-added

    • added the optional property projects/items/warnings to the response with the 200 status

      response-optional-property-added