-
Getting Started
-
Domains
- Authentication & Headers
- Get Domain Pricing
- Search Domain Availability
- List Domains
- Register Domain
- Transfer Domain
- Get Registrar Domain Info
- Change Nameservers
- Registrar Lock (Enable/Disable)
- Whois Privacy (Toggle)
- Dns Management (Get/Set)
- Get Epp/Authorization Code
- Renew Domain
- Restore Expired Domain
- Get Local Domain Details
- Register Custom Nameserver (Glue Record)
- List Contact Profiles
- Create Contact Profile
- Update Contact Profile
- Assign Contacts To Domain
-
SMM | Lab (SEO)
-
Hosted Payments
-
Crypto Payments
-
Messaging
-
WhatsApp API
-
Email API
-
IPTV
-
UMVA AI
API Endpoints
Core API Endpoints
UMVA-Native Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/llm/models |
List available AI models with capabilities and pricing |
| POST | /api/llm/completion |
Create an AI completion (Anthropic-compatible, SSE streaming) |
OpenAI-Compatible Standard Paths
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/models |
List models (OpenAI-compatible format) |
| POST | /v1/chat/completions |
Chat completions (OpenAI-compatible, SSE streaming) |
| POST | /v1/completions |
Legacy completions (OpenAI-compatible) |
Anthropic-Compatible Standard Path
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/messages |
Messages (Anthropic-compatible, SSE streaming) |