Repair Profile
Converts any supported document to PDF, then validates and repairs the resulting PDF.
Connection ID
repair-pdf
Endpoints
Use this connection ID with the Simple API endpoints:
- Binary upload:
POST {baseURL}/http.input/repair-pdf - JSON input:
POST {baseURL}/http.inputstructured/repair-pdf
See the REST input plain HTTP and REST input JSON endpoint reference for request and response details.
Example (JSON)
{
"name": "file-repair",
"data": [
{
"content": "SGVsbG8gd29ybGQuCg==",
"fileName": "document.pdf"
}
]
}
This profile doesn’t require specific job options.