Loading
Loading
Check the processing status of an uploaded PDF file. Monitor file availability and readiness before performing PDF operations.
After uploading a PDF file, use this endpoint to check its current status, creation time, and scheduled deletion date.
Authorize every request with your API key, passed either as a header or as a query parameter:
X-apiKeyapiKeyThis is version v1.0 of the API.
The following parameter is required.
file_idrequiredStringThe ID of the PDF file you want to check. This will show you when it was uploaded and when it will be deleted.
A successful request returns a 200 OK response with the file status details.
fileIdUnique identifier for the file.
fileNameOriginal name of the file.
fileTypeMIME type or format of the file (e.g., application/pdf).
fileCreationTimeTimestamp when the file was created (ISO 8601 format).
fileDeletionTimeScheduled deletion date for the file (date-only format).
Besides the response body, every response carries custom headers you can use to track credit usage, and concurrency usage on endpoints that enforce a concurrency limit. See the Custom Response Headers documentation and the endpoints with concurrency limits for more details.
X-Concurrent-Threadsheaderconcurrency-limited endpointsSpecifies the maximum number of concurrent requests allowed.
X-Concurrent-Threads-Activeheaderconcurrency-limited endpointsIndicates the number of active concurrent requests being processed.
X-AF-Credits-Costheaderall responsesSpecifies the number of credits consumed by the current request.
See the HTTP Status Codes documentation for a complete reference of common API errors and HTTP status codes.
Please provide a valid file ID.