Get a temporary URL to download a space or page as PDF
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
onlybooleanOptional
Generate a PDF only for the provided page.
pagestringOptional
ID of a specific page to generate a PDF for.
Responses
200
URL of the PDF
application/json
urlstring · uri · max: 2048Required
Temporary URL to print the content. The URL will work for 1h.
get/spaces/{spaceId}/pdf
200
URL of the PDF
Last updated
Was this helpful?