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.
Pass your API key as the apiKey parameter in every request.
This 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).
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
Please provide a valid file ID.