Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
audio-cache
/
{entryId}
/
file
Download cached audio file
curl --request GET \
  --url https://api.us.poly.ai/v1/agents/{agentId}/audio-cache/{entryId}/file \
  --header 'X-API-KEY: <api-key>'
"<string>"

Authorizations

X-API-KEY
string
header
required

Path Parameters

agentId
string
required
entryId
string
required

Audio cache entry ID

Response

Successful response

The response is of type file.

Last modified on June 10, 2026