---
title: "Voice verification"
method: POST
path: "/suno/persona/voice/verify"
---

# Voice verification

`POST /suno/persona/voice/verify`

## Request body

- object
  - `url` string, required — URL of the recorded verification audio matching phrase_text. Supports .mp3 or .wav.
  - `phrase_id` string, required — phrase_id from the get verification phrase step
  - `voice_recording_id` string, required — voice_recording_id from the upload voice step

## Response `200`

Success

- object
  - `id` string — verification_id for use in the create persona step
  - `status` string — Verification status. approved means passed.

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/versions/b6265ced74a1/schema)
