Back to AILANG Parse
Card snapshot
docparse.ailang.sunholo.com
·
2026-05-18 12:33:23 UTC
·
079bc776cc65c9951a16ca2442c40027e107b86be04f89f57e93afbe6c6ff3ff
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
]
}
}