Authentication
All API requests require a Bearer Token in the Authorization header.
Request Header Format
Authorization: Bearer sk-relay-your-keyFormat
API Key starts with sk-relay- prefix followed by random string.
Get
Create an API Key in the dashboard after registration.
Security
Do not expose your API Key in client-side code or public repositories.