Get chat audio

Fetches the audio of a previous Chat. For more details, see our guide on audio reconstruction here.

Authentication

X-Hume-Api-Keystring
API Key authentication via header

Path parameters

idstringRequiredformat: "uuid"
Identifier for a Chat. Formatted as a UUID.

Response

Success
idstring
Identifier for the chat. Formatted as a UUID.
statusenum
Allowed values:
user_idstring
Identifier for the user that owns this chat. Formatted as a UUID.
filenamestring or null
Name of the chat audio reconstruction file.
modified_atlong or null
The timestamp of the most recent status change for this audio reconstruction, formatted milliseconds since the Unix epoch.
signed_audio_urlstring or null
Signed URL used to download the chat audio reconstruction file.
signed_url_expiration_timestamp_millislong or null
The timestamp when the signed URL will expire, formatted as a Unix epoch milliseconds.