Get WAV Conversion Details
GET/api/v1/wav/record-info
Retrieve detailed information about a WAV format conversion task.
Usage Guide
- Use this endpoint to check the status of a WAV conversion task
- Access the WAV file URL once conversion is complete
- Track conversion progress and any errors that may have occurred
Status Descriptions
PENDING
: Task is waiting to be processedSUCCESS
: WAV conversion completed successfullyCREATE_TASK_FAILED
: Failed to create the conversion taskGENERATE_WAV_FAILED
: Failed during WAV file generationCALLBACK_EXCEPTION
: Error occurred during callback
Developer Notes
- The WAV file URL is only available in the response when status is
SUCCESS
- Error codes and messages are provided for failed tasks
- WAV files are retained for 14 days after successful conversion
Request
Responses
- 200
- 500
Request successful
Server Error