DocsAPI ReferenceRaise the bot's hand
POST/api/v1/bots/{bot_id}/hand

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

Your workspace API key.

Responses

202Hand raise command sent.
{
  "message": "Hand raise command sent",
  "meeting_id": 99
}
404Bot not found or not currently active.