Skip to main content
POST
Concatenate files into a single PDF

Authorizations

Authorization
string
header
required

Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.

Body

application/json
files
string<uuid>[]
required
Minimum array length: 1
download
boolean
default:false

Whether the file URL should be served for download or inline viewing; defaults to viewing

Response

Time-limited download URL for the concatenated PDF

downloadUrl
string<uri>
required
nonPdfFiles
object[]