GET
/
bots
/
{bot_id}
/
get_audio
Get Bot Audio
curl --request GET \
  --url https://api.meestream.ai/v1/bots/{bot_id}/get_audio \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

All API endpoints are authenticated using API Keys. The key should be included in the 'Authorization' header, prefixed with 'Token '. Example: 'Authorization: Token YOUR_API_KEY'.

Path Parameters

bot_id
string
required

The unique identifier of the bot.

Response

Returns the audio file directly (e.g., Content-Type: audio/mpeg). The filename is typically the bot_id.

The response is of type file.