CCAPI
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

FieldTypeDescription
clip_id*stringID of the song to extend, taken from the 'raw' clip list of a completed generate_music tas
continue_at*numberTimestamp in seconds within the original song to continue from.
promptstringLyrics for the extended section.
titlestringNew title for the extended song.
tagsstringStyle tags for the extension.
providerstringMusic backend: 'suno' (default) or 'producer'.
wait_secondsstringPoll 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.