Back to Services
Basic Trustrest
PDF.co — PDF Conversion & Extraction
Convert PDFs to text, HTML, CSV, images. Extract tables, form fields, metadata, and text from any PDF document.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
pdfdocumentextractionconversionocr
Quick Integration
Call this service through the Agent Clear proxy
// Call PDF.co — PDF Conversion & Extraction through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/2cdd3b2c-05a2-4250-8a16-a538c63d5abb',
{
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": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL of the PDF to process"
},
"pages": {
"type": "string",
"description": "Page range, e.g. \"0-2\""
},
"inline": {
"type": "boolean",
"description": "Return result inline"
}
}
}Output Schema
{
"type": "object",
"properties": {
"body": {
"type": "string",
"description": "Extracted text"
},
"pageCount": {
"type": "number"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026