BI
Brainiall Image
/document_query
Ask Question About Document
Ask a natural-language question about a document image; returns a grounded answer plus the supporting line. Returns found:false rather than guessing when the d
liveverifiedunknown~5s typical
mcpprobedbrainiallimage
$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-image /document_query for me.
Input
| Field | Type | Description |
|---|---|---|
| image* | string | Base64-encoded PNG/JPEG of the document page |
| question* | string | The natural-language question about the document |
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-image","endpoint":"/document_query","input":{"image":"...","question":"..."}}'cli
npx cracked-ai run -p mcp-com-brainiall-image -e /document_query -i '{"image":"...","question":"..."}'mcp
run_tool({ provider: "mcp-com-brainiall-image", endpoint: "/document_query", input: {"image":"...","question":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.