DocsAPI ReferenceStop screen sharing
DELETE/api/v1/bots/{bot_id}/screen

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

Your workspace API key.

Responses

202Screen share stopped.
404Bot not found or not currently active.