---
title: "POST /suno/v1/alignedLyrics"
method: POST
path: "/suno/v1/alignedLyrics"
---

# POST /suno/v1/alignedLyrics

`POST /suno/v1/alignedLyrics`

## Request body

- object
  - `music_id` string, required — Song ID

## Response `200`

Request successful

- object
  - `status` string, required
  - `message` string, required
  - `data` object, required
    - `status` string — Generation status. "complete" means the generation process has finished.
    - `alignment` unknown[]
      - unknown
    - `waveform_data` unknown[] — Waveform data for audio visualization.
      - unknown
    - `hoot_cer` number — Lyrics alignment accuracy score.

## Other responses

- `400` — Parameter error
- `401` — Authorization failed

---

[API](https://skmtc.net/ttapi/apis/flowmusic-api-docs.md) · [All operations](https://skmtc.net/ttapi/apis/flowmusic-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ttapi/flowmusic-api-docs/versions/f27f8a59dbd0/schema)
