Skip to main content
GET
/
v1
/
pdf
/
status
/
:job_id
Get PDF Status
curl --request GET \
  --url https://api.oviond.com/v1/pdf/status/:job_id \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "job_id": "<string>",
    "url": "https://s3.amazonaws.com/bucket/pdf/project.pdf",
    "error": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required
Minimum string length: 1

Response

Job status

success
enum<boolean>
required
Available options:
true
data
object
required