DocsAPI ReferenceRaise the bot's hand
POST
/api/v1/bots/{bot_id}/handRaises the bot's hand in the meeting UI. Bot must be in `active` status.
Path Parameters
bot_idstringrequirede.g. "550e8400-e29b-41d4-a716-446655440000"Bot UUID.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
202Hand raise command sent.
{
"message": "Hand raise command sent",
"meeting_id": 99
}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/handPath Parameters
curl -X POST 'https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000/hand' \