DocsAPI ReferenceStop screen sharing
DELETE
/api/v1/bots/{bot_id}/screenStops the bot's current screen share. The bot's camera returns to the default avatar view.
Path Parameters
bot_idstringrequirede.g. "550e8400-e29b-41d4-a716-446655440000"Bot UUID.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
202Screen share stopped.
404Bot not found or not currently active.
Try it live
API Configurationglobal · all endpoints
DELETE
https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000/screenPath Parameters
curl -X DELETE 'https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000/screen' \