Retrieves the recorded video file for a specific bot.
video_required parameter was set to true during bot creationvideo/mp4 (or other video format)bot_idvideo_required was set to true when creating the botAll 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'.
The unique identifier of the bot.
Returns the video file directly (e.g., Content-Type: video/mp4). The filename is typically the bot_id.
The response is of type file.