Voxvey API Overview
Voxvey API is a public provider gateway at https://api.voxvey.com.
It exposes text model routes, media generation routes, Search-compatible web
data routes, and MCP tools.
Base URL
https://api.voxvey.com
Authentication
Send your Voxvey access token in the Authorization header:
Authorization: Bearer <access-token>
Do not send upstream provider keys to Voxvey API. The gateway handles provider routing for supported models and routes.
Main route families
| Family | Routes |
|---|---|
| System | GET /health, GET /openapi.json |
| Models | GET /v1/models |
| Account | GET /v1/user/info |
| Chat completions | POST /v1/chat/completions |
| Responses | POST /v1/responses |
| Messages | POST /v1/messages |
| Embeddings | POST /v1/embeddings |
| Images | POST /v1/images/generations, POST /v1/images/edits |
| Videos | GET /v1/videos, POST /v1/videos, POST /v1/videos/generations, GET /v1/videos/{video_id} |
| Realtime | POST /v1/realtime/client_secrets, WSS /v1/realtime |
| Text-to-speech | POST /v1/audio/speech |
| Transcriptions | POST /v1/audio/transcriptions, POST /v1/audio/translations |
| Search | POST /v2/search, POST /v2/scrape, POST /v2/map, POST /v2/crawl |
| MCP | POST /v1/mcp |
Billing
Chargeable requests reserve credits before the upstream provider call. If the provider returns an error, the reserve is released. Successful calls settle from reported usage when available.