C
CCAPI
/get_task
Check an async task
Check the status of an asynchronous generation task submitted by generate_video, generate_music, generate_lyrics, extend_music, or generate_image with async=tru
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 /get_task for me.
Input
| Field | Type | Description |
|---|---|---|
| platform* | string | Platform the task belongs to, exactly as returned by the submit tool: image, video, suno o |
| task_id* | string | Task identifier returned by the submit tool. |
| wait_seconds | string | Poll server-side for up to this many seconds (max 240) and return once the task finishes. |
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":"/get_task","input":{"platform":"...","task_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-ccapi-mcp -e /get_task -i '{"platform":"...","task_id":"..."}'mcp
run_tool({ provider: "mcp-ai-ccapi-mcp", endpoint: "/get_task", input: {"platform":"...","task_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.