Back to Services
Basic Trustrest
DocParser — Document Data Extraction
Extract structured data from PDFs and scanned documents using customisable parsing rules with zonal OCR.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
documentparsingocrextractionstructured-data
Quick Integration
Call this service through the Agent Clear proxy
// Call DocParser — Document Data Extraction through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/b82d4816-76a3-4711-9dc2-1ed84aee429e',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"parser_id",
"file_url"
],
"properties": {
"file_url": {
"type": "string",
"description": "URL of the document"
},
"parser_id": {
"type": "string",
"description": "Parser configuration ID"
}
}
}Output Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"parsed_data": {
"type": "array"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 20 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026