v5
latestOpenAPI 3.1.02026-08-043621,4011.8 MBspeech-history
Get History Item
Retrieves a history item.
get/v1/history/{history_item_id}
Path parameters
history_item_idstring 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.
Example:VW7YKqPnjY4h39yTbx2L
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.
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"character_count_change_from": 17189,
"character_count_change_to": 17231,
"content_type": "audio/mpeg",
"date_unix": 1714650306,
"history_item_id": "ja9xsmfGhxYcymxGcOGB",
"model_id": "eleven_multilingual_v2",
"request_id": "BF0BZg4IwLGBlaVjv9Im",
"settings": {
"similarity_boost": 0.5,
"stability": 0.71,
"style": 0,
"use_speaker_boost": true
},
"source": "TTS",
"state": "created",
"text": "Hello, world!",
"voice_category": "premade",
"voice_id": "21m00Tcm4TlvDq8ikWAM",
"voice_name": "Rachel"
}