Authorizations
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
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
.