GET
/
project
/
assets
/
user_voice
/
{id}
/
curl --request GET \
  --url https://api.deepreel.com/project/assets/user_voice/{id}/ \
  --header 'X-API-KEY: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "gender": "Male",
  "age_group": "Young",
  "voice_accent": "<string>",
  "stability": 123,
  "style_exaggeration": 123,
  "sample_audio_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 voice.

Response

200 - application/json
id
string
required

Unique Identifier of the voice.

name
string
required

Name of the voice.

gender
enum<string>
required

Gender of the voice.

  • Male - Male
  • Female - Female
Available options:
Male,
Female
age_group
enum<string>
required

Age group of the voice

  • Young - Young
  • Adult - Adult
  • Old - Old
Available options:
Young,
Adult,
Old
voice_accent
string
required

Accent of the voice.

stability
number
required

Expressiveness of speaking style.

style_exaggeration
number
required

Level of exaggeration of the speaking style.

sample_audio_url
string
required

URL of the sample audio of the voice. Note: Link will be valid for the next 60 minutes.