For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a temporary URL to download a space or page as PDF

Returns a short-lived URL (valid for 1 hour) to download the space's content as a PDF file.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[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?

Powered by GitBook