GET
/
bots
/
{bot_id}
/
get_screenshots
Get Bot Screenshots
curl --request GET \
  --url https://api.meestream.ai/v1/bots/{bot_id}/get_screenshots \
  --header 'Authorization: <api-key>'
{
  "bot_id": "<string>",
  "screenshots_count": 123,
  "screenshots": [
    "<string>"
  ]
}

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

200 - application/json

Returns the screenshots for the bot.

The response is of type object.