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

HeaderValueRequired
AuthorizationBearer umva_ai_YOUR_KEYYES
Content-Typeapplication/jsonYES
Acceptapplication/jsonRecommended

Anthropic-Compatible Endpoint

HeaderValueRequired
x-api-keyumva_ai_YOUR_KEYYES
anthropic-version2023-06-01YES
Content-Typeapplication/jsonYES