v1
latestOpenAPI 3.0.02026-07-26355125.0 KBSuno Voice Regenerate Verification Phrase
Regenerate the validation phrase for an existing Suno Voice task.
Use this endpoint when the previous validation phrase failed, expired, or the user needs a new phrase to record. Submit the existing taskId; the system will start a new validation phrase generation task and return a task ID for polling.
Query Task Status
After submitting the regeneration task, check the new validation phrase result through the validation phrase query endpoint:
<Card title="Get Validation Phrase" icon="lucide-search" href="/suno-api/suno-voice-validate-info"
Learn how to check the regenerated validation phrase task status </Card>
Continue the Flow
Once the regenerated phrase is ready, ask the user to record the new phrase and submit the verification audio to the voice generation endpoint. For best voice generation results, singing is recommended.
<Card title="Generate Voice" icon="lucide-mic" href="/suno-api/suno-voice-generate"
Continue custom voice generation with the newly recorded verification audio </Card>
Related resources
<CardGroup cols={2}> <Card title="Generate Validation Phrase" icon="lucide-file-audio" href="/suno-api/suno-voice-validate"> Start the validation phrase flow from source audio </Card> <Card title="Get Voice Record" icon="lucide-list-checks" href="/suno-api/suno-voice-record-info"> Query the final custom voice generation result </Card> </CardGroup>