Endpoints
All endpoints are relative to the upload service:
https://api.accessful.de/api/v1/upload-serviceEvery request needs the X-API-Key header — see Authentication.
| Method | Endpoint | Path |
|---|---|---|
POST | Upload a PDF | /pdf/upload |
POST | Upload by URL | /pdf/upload-by-url-list |
GET | Job status | /job-status/{caseId} |
GET | Download the result | /download/{caseId} |
DELETE | Delete a case | /delete/{caseId} |
DELETE | Batch delete | /delete |