Authentication

All public API requests use the channel API key:

Authorization: Bearer <API_KEY>

Get your API key

  1. Sign in to the ai_licia Streamer Dashboard.
  2. Go to My account -> Settings and generate/copy the API key.

API key screenshot

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: