AgentsAgentidSessionsSessionidAudio

/Agents/{agentId}/sessions/{sessionId}/audio

GET
/Agents/{agentId}/sessions/{sessionId}/audio
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

agentId*string
Formatuuid
sessionId*string
Formatuuid

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/sessions/497f6eca-6276-4993-bfeb-53cbbbba6f08/audio"
{
  "success": true,
  "audio_url": "string",
  "audio_url_expires_at": "2019-08-24T14:15:22Z",
  "error": "string",
  "agent_audio_url": "string",
  "user_raw_audio_url": "string",
  "user_cleaned_audio_url": "string",
  "synthesized_audio_url": "string",
  "synthesized_hangfire_job_id": "string"
}