Brainiall Documents
BD
Brainiall Documents
/pdf_to_markdown

Convert PDF to Markdown

Convert a PDF into readable Markdown for analysis and retrieval. Use this when an agent needs the text, headings, tables, and document structure from a PDF. Su

liveverifiedunknown~5s typical
mcpprobedbrainialldocuments
$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-brainiall-documents /pdf_to_markdown for me.

Input

FieldTypeDescription
urlstringPublic URL pointing directly to a PDF. Provide this or pdf_base64, never both.
pdf_base64stringBase64-encoded PDF bytes. Provide this or url, never both.
page_rangestringOptional pages to convert, such as '1-5'. Omit to convert the entire PDF.

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-brainiall-documents","endpoint":"/pdf_to_markdown","input":{}}'
cli
npx cracked-ai run -p mcp-com-brainiall-documents -e /pdf_to_markdown -i '{}'
mcp
run_tool({ provider: "mcp-com-brainiall-documents", endpoint: "/pdf_to_markdown", input: {} })

Try it

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