AILANG Parse
docparse.ailang.sunholo.com
· Sunholo
Universal document parsing with structural fidelity. Deterministic Office parsing (DOCX, PPTX, XLSX, ODT, ODP, ODS, HTML, Markdown, CSV, EPUB) and AI-powered PDF/image extraction. Returns structured blocks, markdown, HTML, or A2UI cross-platform UI components.
docparse.ailang.sunholo.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 43/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 12:33:23 current | 079bc776cc65… |
view → |
Endpoints
| Agent card | https://docparse.ailang.sunholo.com/.well-known/agent.json |
| Provider | https://sunholo.com |
Skills · 3 declared · mapped to canonical taxonomy
Parse any document into structured content blocks. Supports 16 formats. Office/text formats are deterministic; PDF/images use AI.
List all supported input, output, and generation formats
Drop-in replacement for Unstructured.io API. Returns elements in Unstructured JSON format.
Health · last 12 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/docparse.ailang.sunholo.com) [](https://agenstry.com/agents/docparse.ailang.sunholo.com) [](https://agenstry.com/agents/docparse.ailang.sunholo.com) [](https://agenstry.com/agents/docparse.ailang.sunholo.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "AILANG Parse",
"description": "Universal document parsing with structural fidelity. Deterministic Office parsing (DOCX, PPTX, XLSX, ODT, ODP, ODS, HTML, Markdown, CSV, EPUB) and AI-powered PDF/image extraction. Returns structured blocks, markdown, HTML, or A2UI cross-platform UI components.",
"url": "https://docparse.ailang.sunholo.com",
"version": "0.9.0",
"protocol": "a2a/0.3",
"provider": {
"organization": "Sunholo",
"url": "https://sunholo.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"skills": [
{
"id": "parse",
"name": "Parse Document",
"description": "Parse any document into structured content blocks. Supports 16 formats. Office/text formats are deterministic; PDF/images use AI.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/markdown",
"text/html"
]
},
{
"id": "formats",
"name": "List Formats",
"description": "List all supported input, output, and generation formats"
},
{
"id": "unstructured",
"name": "Unstructured API",
"description": "Drop-in replacement for Unstructured.io API. Returns elements in Unstructured JSON format."
}
],
"authentication": {
"schemes": [
"apiKey"
],
"credentials": {
"apiKey": {
"in": "body",
"name": "apiKey",
"description": "AILANG Parse API key (dp_ prefix). Get via /api/v1/auth/device"
}
}
},
"supportedFormats": {
"parse": [
"docx",
"pptx",
"xlsx",
"odt",
"odp",
"ods",
"html",
"md",
"csv",
"epub",
"eml",
"mbox",
"tex",
"pdf",
"png",
"jpg"
],
"generate": [
"docx",
"pptx",
"xlsx",
"odt",
"odp",
"ods",
"html",
"md",
"qmd"
],
"outputFormats": [
"blocks",
"markdown",
"html",
"a2ui"
]
}
}