DocsAPI ReferenceCapture a screenshot
POST/api/v1/bots/{bot_id}/screenshot

Takes 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-Keystringrequired

Your workspace API key.

Responses

200Screenshot captured and URL returned.
404Bot not found or not currently active.