Service API Integration · 03
Authentication
OpenAI-style Bearer token:
http
Authorization: Bearer sk-svc-xxxxxxxxxxxxxxxxxxxxxx| Error | Meaning |
|---|---|
401 Missing API key | No Authorization header |
401 Invalid API key | Key doesn't exist / revoked / typo |
403 Service not published | The backend has unpublished this service — contact your deployer admin to re-publish |