Skip to main content
POST
/
pdf
/
multi-page
Generate multi-page PDF
curl --request POST \
  --url https://api.pictify.io/pdf/multi-page \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "templateUid": "<string>",
  "variableSets": [
    {}
  ],
  "options": "<unknown>"
}
'
{
  "success": true,
  "url": "<string>",
  "userStorageUrl": "<string>",
  "pageCount": 123,
  "preset": "<string>",
  "pageSize": {
    "width": 123,
    "height": 123
  }
}

Authorizations

Authorization
string
header
required

API key obtained from the Pictify dashboard

Body

application/json
templateUid
string
required
variableSets
object[]
required
Required array length: 1 - 100 elements
options
any

Response

200 - application/json

Multi-page PDF generated

success
boolean
url
string<uri>
userStorageUrl
string<uri>
pageCount
integer
preset
string
pageSize
object