cURL
curl --request POST \ --url https://api.pdf.co/v1/job/check \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "jobid": "12345", "force": true }'
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.
Id of processing that was started asynchronously
Was this page helpful?