GET
/
project
/
assets
/
user_audio
/
curl --request GET \
  --url https://api.deepreel.com/project/assets/user_audio/ \
  --header 'X-API-KEY: <api-key>'
{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2",
  "results": [
    {
      "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)

Query Parameters

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

Response

200 - application/json
count
integer
next
string | null
previous
string | null
results
object[]