Authentication
All public API requests use the channel API key:
Authorization: Bearer <API_KEY>Get your API key
- Sign in to the ai_licia Streamer Dashboard.
- Go to My account -> Settings and generate/copy the API key.

Local WebSocket consent
If you are building a local integration, the dashboard app can return the channel API key after the user approves your request. Use it the same way:
Authorization: Bearer <API_KEY>See Local WebSocket for the consent flow.
Next:
- Send data: REST Getting Started
- Receive data: EventSub Getting Started