api.voxvey.com
Voxvey API
Get building fast using Voxvey's APIs
API Surfaces
Start with the exact endpoint you need.
Message-based model calls with OpenAI-compatible request and response shapes.
POST /v1/chat/completionsResponsesResponse-style model calls for richer input, tools, and provider-specific response fields.
POST /v1/responsesMessagesMessages API calls for clients and gateways that expect /v1/messages.
POST /v1/messagesEmbeddingsText vectorization for search, clustering, and retrieval workflows.
POST /v1/embeddingsImagesGenerate and edit images with provider-prefixed image models.
POST /v1/images/generationsVideosCreate, poll, edit, extend, and download async video jobs.
POST /v1/videosRealtime CallingCreate low-latency sessions for interactive text and audio applications.
POST /v1/realtime/client_secretsText-to-SpeechGenerate speech audio from text using supported provider-prefixed models.
POST /v1/audio/speechTranscriptionsUpload audio with multipart form data and receive transcription text.
POST /v1/audio/transcriptionsRequest Basics
The shared model routes use provider-prefixed model IDs and familiar endpoint payloads.
- Send a Voxvey bearer token with the request.
- Choose a provider-prefixed model ID such as openai/gpt-4o-mini.
- Use the request body shape that matches the endpoint.
- Inspect response usage to understand settled credit consumption.
Reference
Use the endpoint pages for examples, or inspect the published OpenAPI document for complete schemas and response shapes.
Browse endpoint reference