v2
latestOpenAPI 3.0.12026-07-266846393.5 KBDocument, File & System
Background & Job Check
Checks the status of a background job that was previously created with PDF.co API. Use this API to check the status of your asynchronous API calls.
post/v1/job/check
Request body
Response
Success.
Example response
{
"status": "success",
"message": "Success",
"url": "https://pdf-temp-files.s3.us-west-2.amazonaws.com/output.pdf",
"jobId": "6YSZD3U872ZYYFEDMQCQSGEEO8YSF5WA",
"credits": 2,
"remainingCredits": 1480582,
"duration": 33
}