Regenerate the validation phrase for an existing Suno Voice task.
Documentation Index
Fetch the complete documentation index at: https://docs.api.box/llms.txt
Use this file to discover all available pages before exploring further.
taskId from the voice validation workflow.calBackUrl for the callback URL field. The system sends a POST callback when the regenerated phrase is ready or the task fails. The callback URL must be publicly accessible and return HTTP 200 within 15 seconds.taskId.taskId.validateInfo through the query API or callback.All endpoints require authentication using Bearer Token.
Add to request headers:
Authorization: Bearer YOUR_API_KEYNote:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately from the management page
Task ID
Callback URL used to receive regenerated validation phrase results. Note that this endpoint uses the field name calBackUrl. The system sends a POST request when the new phrase is ready (status: wait_validating) or when the task fails. The URL must be publicly accessible and return HTTP 200 within 15 seconds. For the payload format, see Regenerated Validation Phrase Callbacks.