Document Parse
agentbody/document-parseParse a document at an HTTPS URL into Markdown and structured content.. Supports PDFs, Word documents, and other common formats.
- Base price
- $0.01 / run
- Execution
- sync
- Model type
- api
- Input fields
- 5
Try the model
Playground
Input
The HTTPS URL of the document to parse.
Original filename with extension (used for format detection).
Whether to analyze charts in the document.
Whether to merge split tables across pages.
Whether to re-level heading hierarchy.
OutputReady
Your output will appear here
Complete the inputs, then click Run.
Specifications
Pricing
- Base price
- $0.01 / run
- Billing formula
- 0.01
Context & modalities
- Input
- Schema-defined
- Output
- api
Capabilities
- Chat
- Not supported
- Vision
- Not supported
- Reasoning
- Not supported
- Structured output
- Not supported
- Function calling
- Not supported
- Audio input
- Not supported
Access
- Provider
- Agent Body
- Model ID
- agentbody/document-parse
- Execution
- sync
- API
- Unified Run API
- Endpoint
- /v1/run
API README
Document Parse
Parse a document at an HTTPS URL into Markdown and structured content. Supports PDFs, Word documents, and other common formats. It is suitable for document-parsing, markdown, pdf workflows.
Capability
Parse a document at an HTTPS URL into Markdown and structured content. Supports PDFs, Word documents, and other common formats. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.
Common use cases
- Collect and normalize information from public pages or source content for downstream workflows.
- Create repeatable integrations that pass structured results to downstream business systems.
- Support scheduled jobs, internal tools, and agent workflows with structured results.
Start building
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
# The quoted heredoc keeps Unicode and shell metacharacters unchanged.
result=$(curl --fail-with-body --silent \
-X POST "https://api.sandbase.ai/v1/run" \
-H "Authorization: Bearer $SANDBASE_API_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'SANDBASE_JSON'
{
"model": "agentbody/document-parse"
}
SANDBASE_JSON
)
printf '%s\n' "$result"Choose your model
Compare models
| Model | Context | Input / 1M | Output / 1M | Released |
|---|---|---|---|---|
Document ParseThis model Agent Body | — | — | — | Jan 1, 2025 |
Agent Body | — | — | — | Jan 1, 2025 |
Agent Body | — | — | — | Jan 1, 2025 |
Agent Body | — | — | — | Jan 1, 2025 |
Agent Body | — | — | — | Jan 1, 2025 |
Agent Body | — | — | — | Jan 1, 2025 |
