Endpoint
task_id. Poll Get Task for results.
Generates a new track inspired by an existing clip (cover_clip_id). You can override the lyrics (prompt), style (tags), or keep them from the original.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
cover_clip_id | string | Yes | Clip ID of the source track to cover. |
prompt | string | No | New lyrics. Supports Chinese and English. If omitted, uses the original. |
tags | string | No | New style tags (e.g. "流行 抒情" or "jazz piano"). If omitted, uses the original style. |
title | string | No | New track title. |
mv | string | No | Model version (e.g. "chirp-v3-5"). Uses default if omitted. |
callback_url | string | No | Webhook URL for completion notification. See Webhooks. |
retention_days | integer | No | Days to retain audio files. Default 7. |