Get history item
Retrieves a history item.
Path parameters
history_item_id
ID of the history item to be used. You can use the Get generated items endpoint to retrieve a list of history items.
Headers
xi-api-key
Response
Successful Response
history_item_id
The ID of the history item.
date_unix
Unix timestamp of when the item was created.
character_count_change_from
The character count change from.
character_count_change_to
The character count change to.
content_type
The content type of the generated item.
state
request_id
The ID of the request.
voice_id
The ID of the voice used.
model_id
The ID of the model.
voice_name
The name of the voice.
voice_category
The category of the voice. Either 'premade', 'cloned', 'generated' or 'professional'.
Allowed values:
text
The text used to generate the audio item.
settings
The settings of the history item.
feedback
Feedback associated with the generated item. Returns null if no feedback has been provided.
source
The source of the history item. Either TTS (text to speech), STS (speech to text), AN (audio native), Projects, Dubbing, PlayAPI, PD (pronunciation dictionary) or ConvAI (conversational AI).
alignments
The alignments of the history item.
dialogue
The dialogue (voice and text pairs) used to generate the audio item. If this is set then the top level text
and voice_id
fields will be empty.