cURL
curl --request POST \ --url http://app.sudopdf.com/pdf/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "tag": "<string>", "id": 123 }'
{ "name": "<string>", "tag": "<string>" }
Generate a PDF
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Whether to generate the PDF asynchronously
PDF to generate
The body is of type object.
object
PDF response
The response is of type object.