Webhooks deliver HTTP POST requests to your endpoint when avatar events occur. For setup instructions, handler examples, and retry policies, see the Webhook Integration Guide.Documentation Index
Fetch the complete documentation index at: https://docs.bithuman.ai/llms.txt
Use this file to discover all available pages before exploring further.
Event Types
room.join
Fired once when a user connects to an avatar session.chat.push
Fired for each message sent in the conversation (both user and agent).For complete handler examples (Flask, Express), signature verification, endpoint setup, testing, and retry policy, see the Webhook Integration Guide.
Async Processing
Resources
- Webhook Integration Guide — endpoint setup, signature verification, testing, and retry policy
- Discord — community support
