Loading
https://api.apifreaks.com/v1.0/pdf/task-status
$ pip install requests
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| taskId | String | Mandatory | Unique identifier for the PDF processing task. |
| status | String | Mandatory | Current task status (e.g., 'pending', 'processing', 'completed', 'failed'). |
| createdAt | String (ISO 8601) | Mandatory | Timestamp when the task was created (ISO 8601 format). |
| expiresAt | String (ISO 8601) | Optional | Timestamp when task outputs will expire (ISO 8601 format). |
| zipOutputUrl | String | Optional | Public URL to download a ZIP containing all output files (present when available). |
| zipFileId | String | Optional | Identifier for the generated ZIP file (if any). |
| outputUrls | Array | Optional | Array of URLs for each output file produced by the task. |
| outputIds | Array | Optional | Array of unique identifiers for each output file. |
| inputIds | Array | Optional | Array of unique file IDs referencing input PDF files used for the task. |
| error | String | Optional | Error details if the task failed. |
| message | String | Optional | Human-readable message or status details from the API. |