Skip to main content

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

FamilyRoutes
SystemGET /health, GET /openapi.json
ModelsGET /v1/models
AccountGET /v1/user/info
Chat completionsPOST /v1/chat/completions
ResponsesPOST /v1/responses
MessagesPOST /v1/messages
EmbeddingsPOST /v1/embeddings
ImagesPOST /v1/images/generations, POST /v1/images/edits
VideosGET /v1/videos, POST /v1/videos, POST /v1/videos/generations, GET /v1/videos/{video_id}
RealtimePOST /v1/realtime/client_secrets, WSS /v1/realtime
Text-to-speechPOST /v1/audio/speech
TranscriptionsPOST /v1/audio/transcriptions, POST /v1/audio/translations
SearchPOST /v2/search, POST /v2/scrape, POST /v2/map, POST /v2/crawl
MCPPOST /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.