Dubbing

List Dubbing Language Targets

List a project's language targets, cursor-paginated, each with signed output URLs once it has produced an output.

get/v1/dubbing/project/{project_id}/language

Path parameters

project_idstring required

Identifier of the parent dubbing project.

Identifier of the parent 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 language targets per page. Clamped to between 1 and 100 rather than rejected, so a larger value returns a full page.

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

statusstring nullable

Filter to targets in this status: queued, processing, completed, stale, or failed. Omit to return every status.

Filter to targets in this status: queued, processing, completed, stale, or failed. Omit to return every status.

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 1 of the 32 revisions of this API.2

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added