BD
Brainiall Documents
/extract_document_fields
Extract Document Fields
Extract structured fields and full text from a document image. Use this for invoices, receipts, forms, and similar PNG or JPEG images when the agent needs name
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 /extract_document_fields for me.
Input
| Field | Type | Description |
|---|---|---|
| url | string | Public URL pointing directly to a PNG or JPEG document image. Provide this or image_base64 |
| image_base64 | string | Base64-encoded PNG or JPEG bytes. Provide this or url, never both. |
| doc_type | string | Document type that guides field extraction, such as 'invoice' (default), 'receipt', or 'fo default "invoice" |
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":"/extract_document_fields","input":{"doc_type":"invoice"}}'cli
npx cracked-ai run -p mcp-com-brainiall-documents -e /extract_document_fields -i '{"doc_type":"invoice"}'mcp
run_tool({ provider: "mcp-com-brainiall-documents", endpoint: "/extract_document_fields", input: {"doc_type":"invoice"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.