Get WAV Conversion Details
GET/api/v1/wav/record-info
Retrieve detailed information about a WAV format conversion task, including status and download link.
Status Descriptions
- PENDING: Task is waiting to be processed
- SUCCESS: WAV conversion completed successfully
- CREATE_TASK_FAILED: Failed to create the conversion task
- GENERATE_WAV_FAILED: Failed to convert to WAV format
- CALLBACK_EXCEPTION: Error occurred during callback
Developer Notes
- Use this endpoint to check conversion status instead of waiting for callbacks
- The response includes the WAV file download URL when status is SUCCESS
- Task creation and completion times are included in the response
Request
Responses
- 200
- 500
Request successful
Server error