Skip to main content
POST
/
v1
/
job
/
check
Background & Job Check
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
}'

Authorizations

x-api-key
string
header
required

Body

application/json
jobid
string
default:12345
required

Id of processing that was started asynchronously

force
boolean