Quick Start
Get API access in minutes
- Sign up for a free UMVA account at umva.net (no KYC required).
- Generate an AI API key from your dashboard or use the editor auth flow.
- Add funds to your wallet (minimum $0.10, card or crypto).
- Use the base URL
https://umva.netwith your Bearer token. - Call
GET /api/llm/modelsto list models orPOST /api/llm/completionfor AI completions.
Base URLs:
- Primary:
https://umva.net - Fallback:
https://umva.us(the editor retries on network errors or 5xx status)