---
title: "Get verification phrase"
method: POST
path: "/suno/act/phrase"
---

# Get verification phrase

`POST /suno/act/phrase`

## Request body

- object
  - `language` 'zh' | 'en' | 'es' | 'fr' | 'pt' | 'de' | 'ja' | 'ko' | 'hi' | 'ru', required — Language code for the verification phrase. Use one of the service-supported ISO language codes listed in the enum.
  - `voice_recording_id` string, required — voice_recording_id from the upload voice step

## Response `200`

Success

- object
  - `phrase_id` string — Phrase ID for use in the verification step
  - `phrase_text` string — Verification text to be read aloud

---

[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)
