A
AdaptlyPost
/get_upload_urls
Get Media Upload URLs
Get presigned upload URLs for direct file uploads. Returns uploadUrl (PUT your file here) and publicUrl (use in create_post mediaUrls). This only mints a URL —
liveunknown~5s typical
mcpadaptlypost
$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-adaptlypost-mcp-server /get_upload_urls for me.
Input
| Field | Type | Description |
|---|---|---|
| files* | array | Files to get upload URLs for |
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-adaptlypost-mcp-server","endpoint":"/get_upload_urls","input":{"files":[]}}'cli
npx cracked-ai run -p mcp-com-adaptlypost-mcp-server -e /get_upload_urls -i '{"files":[]}'mcp
run_tool({ provider: "mcp-com-adaptlypost-mcp-server", endpoint: "/get_upload_urls", input: {"files":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.