GET
/
project
/
assets
/
language
/
curl --request GET \
  --url https://api.deepreel.com/project/assets/language/ \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": 123,
    "name": "<string>"
  }
]

Authorizations

X-API-KEY
string
headerrequired

Your API key with the prefix: dr_. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the account settings panel (In the bottom left corner click on your Accountprofile)

Query Parameters

avatar_id
string

Languagues associated with the avatar

voice_id
string

Languages associated with the voice

Response

200 - application/json
id
integer
required

Unique Identifier for the language

name
string
required

Name of the language.