Ordering API Docs Help

Get Dubbing Studios

Description

This endpoint provides a list of dubbing studios.

The id returned from this endpoint can be used to populate the value field in the request body of the /orders/{orderId} endpoint.

/cv/dubbing-studios

Responses

[ { "id": "0000A00000aBcDEFH0", "name": "Sample Dubbing Studio" } ]

Example

Authentication

This API requires an API key for authentication. The API key should be included in the header of the request as Authorization: Bearer {API_KEY}.

Request

curl --location '{BASE_URL}/cv/dubbing-studios' \ --header 'Authorization: Bearer {API_KEY}'
09 July 2024