Authentication & Headers
Authentication
All UMVA AI API requests require authentication via a Bearer token in the Authorization header. Generate dedicated AI API keys from your UMVA dashboard.
AI API Keys (umva_ai_ prefix): Specialized keys for LLM completions and usage stats. Generated from the dashboard and revocable independently.
OpenAI-Compatible Endpoints
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer umva_ai_YOUR_KEY | YES |
| Content-Type | application/json | YES |
| Accept | application/json | Recommended |
Anthropic-Compatible Endpoint
| Header | Value | Required |
|---|---|---|
| x-api-key | umva_ai_YOUR_KEY | YES |
| anthropic-version | 2023-06-01 | YES |
| Content-Type | application/json | YES |