Skip to main content

OpenAPI Reference

The current OpenAPI document from ../api.voxvey.com/openapi.json is published with this site:

/api/openapi.json

Endpoint index

TagMethodRouteSummary
SystemGET/openapi.jsonReturn this OpenAPI schema
SystemGET/healthHealth check
ModelsGET/v1/modelsList available models
AccountGET/v1/user/infoGet user wallet summary
Text-Based ModelsPOST/v1/chat/completionsCreate a chat completion
Text-Based ModelsPOST/v1/responsesCreate a response
Text-Based ModelsPOST/v1/messagesCreate a Messages API response
Text-Based ModelsPOST/v1/embeddingsCreate text embeddings
Media GenerationPOST/v1/images/generationsGenerate images
Media GenerationPOST/v1/images/editsEdit an image
Media GenerationGET/v1/videosList videos
Media GenerationPOST/v1/videosCreate a video
Media GenerationPOST/v1/videos/generationsGenerate a video
Media GenerationPOST/v1/videos/editsEdit a video
Media GenerationPOST/v1/videos/extensionsExtend a video
Media GenerationGET/v1/videos/{video_id}Poll a video job
Media GenerationDELETE/v1/videos/{video_id}Delete a video
Media GenerationGET/v1/videos/{video_id}/contentDownload video content
RealtimePOST/v1/realtime/client_secretsCreate a realtime client secret
AudioPOST/v1/audio/speechCreate speech audio
AudioPOST/v1/audio/transcriptionsTranscribe audio
AudioPOST/v1/audio/translationsTranslate audio to English
Provider-Native MediaGET/v1/byte/filesList uploaded media files
Provider-Native MediaPOST/v1/byte/filesUpload a media file
Provider-Native MediaGET/v1/byte/files/{file_id}Retrieve media file metadata
Provider-Native MediaDELETE/v1/byte/files/{file_id}Delete a media file
Provider-Native MediaGET/v1/byte/contents/generations/tasksList content generation tasks
Provider-Native MediaPOST/v1/byte/contents/generations/tasksCreate a video or content generation task
Provider-Native MediaGET/v1/byte/contents/generations/tasks/{task_id}Poll a content generation task
Provider-Native MediaDELETE/v1/byte/contents/generations/tasks/{task_id}Cancel or delete a content generation task
Provider-Native MediaPOST/v1/byte/embeddings/multimodalCreate multimodal embeddings
Provider-Native MediaPOST/v1/byte/contextCreate context state
Provider-Native MediaGET/v1/byte/context/cacheList context caches
Provider-Native MediaPOST/v1/byte/context/cacheCreate context cache
Provider-Native MediaGET/v1/byte/context/cache/{cache_id}Retrieve context cache
Provider-Native MediaPOST/v1/byte/context/cache/{cache_id}Update context cache
Provider-Native MediaDELETE/v1/byte/context/cache/{cache_id}Delete context cache
Provider-Native MediaGET/v1/byte/hyper3d/tasksList 3D tasks
Provider-Native MediaPOST/v1/byte/hyper3d/tasksCreate a 3D task
Provider-Native MediaGET/v1/byte/hyper3d/tasks/{task_id}Poll a 3D task
Provider-Native MediaDELETE/v1/byte/hyper3d/tasks/{task_id}Cancel or delete a 3D task
SearchGET/v2/{search_path}Proxy Search GET request
SearchPOST/v2/{search_path}Proxy Search POST request
SearchPUT/v2/{search_path}Proxy Search PUT request
SearchPATCH/v2/{search_path}Proxy Search PATCH request
SearchDELETE/v2/{search_path}Proxy Search DELETE request
MCPPOST/v1/mcpCall the MCP server

For complete schemas, examples, status codes, and aliases, inspect the raw JSON document.