C
CCAPI
/extend_music
Extend a song
Continue an existing song from a given timestamp, producing a longer version. Requires the clip_id of a previously generated song, which appears in the 'raw' pa
liveunknown~5s typical
mcpccapi
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-ccapi-mcp /extend_music for me.
Input
| Field | Type | Description |
|---|---|---|
| clip_id* | string | ID of the song to extend, taken from the 'raw' clip list of a completed generate_music tas |
| continue_at* | number | Timestamp in seconds within the original song to continue from. |
| prompt | string | Lyrics for the extended section. |
| title | string | New title for the extended song. |
| tags | string | Style tags for the extension. |
| provider | string | Music backend: 'suno' (default) or 'producer'. |
| wait_seconds | string | Poll server-side for up to this many seconds (max 240). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-ccapi-mcp","endpoint":"/extend_music","input":{"clip_id":"...","continue_at":1}}'cli
npx cracked-ai run -p mcp-ai-ccapi-mcp -e /extend_music -i '{"clip_id":"...","continue_at":1}'mcp
run_tool({ provider: "mcp-ai-ccapi-mcp", endpoint: "/extend_music", input: {"clip_id":"...","continue_at":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.