Back to Services
Basic Trustrest
Universal Invoice Parser
Parse any invoice or receipt (PDF, CSV, XLSX, text) into structured JSON with vendor info, line items, totals, currency detection, payment terms, and bank details.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
invoicereceiptparserpdfaccountingfinance
Quick Integration
Call this service through the Agent Clear proxy
// Call Universal Invoice Parser through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/fb7f8711-74f7-442a-8699-7727fc0b3a15',
{
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\",\"description\":\"multipart/form-data with file field\"}"Output Schema
"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"object\"}}}"Provider
Anonymous Provider
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 3, 2026
- Last Updated
- Mar 3, 2026