Authentication
The API uses Bearer authentication with a Youka API key. Create one at online.youka.io/account under API keys.Send the API key
Recommended client setup
- Store the API key outside your source tree.
- Inject it at runtime through environment variables or a secrets manager.
- Send the header on every request, including polling requests.
