PDFs
Besides images, Stencil supports generating PDFs from the same template.
Create a PDF asynchronously
Request Body
Name
Type
Description
{
"created_at": "2023-04-06T12:04:58.877Z",
"id": "e45e9dc7-8eee-476c-9031-0d1040881d1a",
"log": null,
"metadata": {},
"modifications": [
{
"name": "image_2",
"src": "https://usestencil.s3.amazonaws.com/dev/uploads/814bb298-a5c9-4df8-b367-cb81be9e8839/efaa4261-94d7-4ceb-b2ec-cf60990afb07/photo-1613569973485-c6ecb241be47-311746964.png"
},
{
"name": "text_3",
"text": "YELLOW WOOL HOODIEZZ"
},
{
"name": "text_5",
"text": "USD 49.99"
}
],
"pdf_url": null,
"self": "http://api.usestencil.test:4000/v1/pdfs/e45e9dc7-8eee-476c-9031-0d1040881d1a",
"status": "pending",
"template_id": "6132c433-aa49-4774-8eed-c402898f1437",
"webhook_response_body": null,
"webhook_response_code": null,
"webhook_url": null
}Get the PDF
Path Parameters
Name
Type
Description
Search generated PDFs
Last updated