Skip to content

Export document as PDF

POST
/api/canvas/{deal_id}/export/pdf
curl --request POST \
--url https://example.com/api/canvas/example/export/pdf \
--header 'Authorization: Bearer <token>'

Generate and return a branded PDF of the Canvas document.

Auth: RequireViewer — all collaborators can export PDF (read-only). Rate limited: 1 per minute per user.

deal_id
required
Deal Id
string

Successful Response

Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}

Service unavailable