POST
/
v1
/
template
/
{id}
All provided options are optional and will be merged with those defined in the template.

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

Body

application/json
page
object

Page options.

screenshot
object

Screenshot options, only used if Template's output is "SCREENSHOT".

pdf
object

Pdf options, only used if Template's output is "PDF".

Response

201 - application/pdf

Raw PDF/Image document

Was this page helpful?