Skip to main content
GET
/
v1
/
history
/
{history_item_id}
/
audio
Get Audio From History Item
curl --request GET \
  --url https://api.elevenlabs.io/v1/history/{history_item_id}/audio
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

xi-api-key
string

Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.

Path Parameters

history_item_id
string
required

History item ID to be used, you can use GET https://api.elevenlabs.io/v1/history to receive a list of history items and their IDs.

Response

Successful Response