API Reference
You can explore the live API using the interactive Swagger UI:
Available Endpoints
Voiceregen Endpoints
POST /api/v1/registerFile- Register a file for processingPOST /api/v1/registerFileFromUrl- Register a file from a URLPOST /api/v1/startProcess- Start processing a filePOST /api/v1/getFilesStatus- Get file processing statusPOST /api/v1/getOutputFileUrl- Get download URL for a processed output (audio/video)
Environments
The Voice ReGen API is available in Sandbox and Production environments. Both environments expose the same API surface. Use Sandbox while building and testing your integration, then switch to Production for live traffic.
All endpoint paths documented below are appended to your API base URL. For example, to call registerFile:
<api-base-url>/api/v1/registerFile
Error Schemas
The API uses standardized error response schemas across all endpoints.
ValidationErrorResponse
Loading schema...
OperationMessage
Loading schema...