History
Get History Item By Id
Returns information about an history item by its ID.
GET
/
v1
/
history
/
{history_item_id}
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
requiredHistory 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
200 - application/json
history_item_id
string
requiredrequest_id
string
requiredvoice_id
string
requiredmodel_id
string
requiredvoice_name
string
requiredvoice_category
enum<string>
requiredAvailable options:
premade
, cloned
, generated
, professional
text
string
requireddate_unix
integer
requiredcharacter_count_change_from
integer
requiredcharacter_count_change_to
integer
requiredcontent_type
string
requiredstate
enum<string>
requiredAvailable options:
created
, deleted
, processing
settings
object
requiredfeedback
object
requiredshare_link_id
string
requiredsource
enum<string>
requiredAvailable options:
TTS
, STS
alignments
object
Was this page helpful?