DocsAPI ReferenceCapture a screenshot
POST
/api/v1/bots/{bot_id}/screenshotTakes a screenshot of the current view on the bot's screen. Useful for capturing slides or shared content.
Path Parameters
bot_idstringrequirede.g. "550e8400-e29b-41d4-a716-446655440000"Bot UUID.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
200Screenshot captured and URL returned.
404Bot not found or not currently active.
Try it live
API Configurationglobal · all endpoints
POST
https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000/screenshotPath Parameters
curl -X POST 'https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000/screenshot' \