Skip to main content
GET
/
project
/
assets
/
user_voice
/
{id}
cURL
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.deepreel.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

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<uuid>
required

A UUID string identifying this voice.

Response

Allows to specify fields to be included

id
string<uuid>
required
read-only

Unique Identifier of the voice.

name
string
required
read-only

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
read-only

Accent of the voice.

stability
number<double>
required
read-only

Expressiveness of speaking style.

style_exaggeration
number<double>
required
read-only

Level of exaggeration of the speaking style.

sample_audio_url
string<uri>
required
read-only

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