curl --request GET \
--url https://api.threetone.in/v1/voiceai/conversations/{conversation_id}/audio \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Stream audio file for a conversation.
curl --request GET \
--url https://api.threetone.in/v1/voiceai/conversations/{conversation_id}/audio \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}