POST
/
pdf
/
generate
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>"
}
asdfsdf

Authorizations

Authorization
string
header
required

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

Query Parameters

async
boolean

Whether to generate the PDF asynchronously

Body

application/json

PDF to generate

The body is of type object.

Response

200
application/json

PDF response

The response is of type object.