Get PDF


Poll the PDF generation status and fetch a created PDF via ID.

Endpoint / Request

Method URI
GET https://api.placid.app/api/rest/pdfs/{id}

Get the {id} as a result of the create PDF API call.

Response

{
    "id": 1,
    "status": "queued",
    "pdf_url": null,
    "polling_url": null
}
Field Values
id Unique pdf id for internal reference
status queued The request has been put into the queue.
finished The pdf has been created successfully.
error There was an error.
pdf_url URL to created pdf or null
polling_url Endpoint that you can GET poll for status updates