GET
/
project
/
assets
/
user_audio
/
{id}
/
curl --request GET \
  --url https://api.deepreel.com/project/assets/user_audio/{id}/ \
  --header 'X-API-KEY: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "script_plain_text": "<string>",
  "voice_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "language_id": 123,
  "stability": 123,
  "style_exaggeration": 123,
  "audio_download_url": "<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)

Path Parameters

id
string
required

A UUID string identifying this user voice audios.

Response

200 - application/json
id
string
required

Unique Identifier of the Audio.

script_plain_text
string
required

Plain text script used to create the video.

voice_id
string
required

Id of the voice used to generate the Audio.

language_id
integer
required

Id of the language used to generate the Audio.

stability
number
required

Expressiveness of speaking style.

style_exaggeration
number
required

Level of exaggeration of the speaking style.

audio_download_url
string
required