Artyfile Music Licensing
AM
Artyfile Music Licensing
/get_order_status

get order status

Poll an order by publicId. Once status is "paid" the payload carries downloadUrl (44.1 kHz WAV), invoiceUrl and certificateUrl (PDFs). Poll roughly every 15 sec

liveverifiedunknown~5s typical
mcpprobedartyfilemusiclicensing
$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-com-artyfile-music-licensing /get_order_status for me.

Input

FieldTypeDescription
publicId*string

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-com-artyfile-music-licensing","endpoint":"/get_order_status","input":{"publicId":"..."}}'
cli
npx cracked-ai run -p mcp-com-artyfile-music-licensing -e /get_order_status -i '{"publicId":"..."}'
mcp
run_tool({ provider: "mcp-com-artyfile-music-licensing", endpoint: "/get_order_status", input: {"publicId":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.