D
DeckExtract
/deckextract
Extract a DocSend or Papermark deck
Extract a deck from a DocSend or Papermark sharing link. Returns a temporary download URL and a readable `deckextract://deck/...` resource for the PDF/PPTX (or
liveverifiedunknown~5s typical
mcpprobeddeckextract
$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-deckextract-deckextract /deckextract for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | The deck sharing link, e.g. https://docsend.com/view/... or https://papermark.com/view/... |
| format | string (pdf | pptx) | Output format (default 'pdf') |
| analyze | boolean | If true, also return structured analysis of the deck (company, team, round, metrics, marke |
| string | Email to present to email-gated decks. If omitted, an ephemeral address is generated autom | |
| password | string | Passcode for passcode-protected decks |
| sessionId | string | Resume token from a prior requires_password or requires_email_confirmation reply. Echo it |
| otp | string | The 6-digit verification code the deck emailed to the viewer (requires_email_otp step). Se |
| otpSessionId | string | Resume token from a prior requires_email_otp reply. The parked session lives ~5 minutes; a |
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-deckextract-deckextract","endpoint":"/deckextract","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-com-deckextract-deckextract -e /deckextract -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-com-deckextract-deckextract", endpoint: "/deckextract", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.