API reference / Errors
type: https://canviq.app/errors/authentication-required
The request did not include an API key.
Send Authorization: Bearer pk_live_... (or pk_test_... in test mode) on every request.
{
"type": "https://canviq.app/errors/authentication-required",
"title": "Authentication Required",
"status": 401,
"detail": "No API key was provided. Send Authorization: Bearer pk_live_... on every request.",
"request_id": "req_8f2a1c3d4e5f"
}