Merge Profile
Merges multiple documents into a single PDF dossier.
Connection ID
dossier-default
Endpoints
Use this connection ID with the Simple API endpoints:
- Binary upload:
POST {baseURL}/http.input/dossier-default - JSON input:
POST {baseURL}/http.inputstructured/dossier-default
See the REST input plain HTTP and REST input JSON endpoint reference for request and response details.
Example (JSON)
{
"name": "merge-documents",
"data": [
{
"content": "SGVsbG8gd29ybGQuCg==",
"fileName": "document1.pdf"
},
{
"content": "SGVsbG8gd29ybGQuCg==",
"fileName": "document2.pdf"
}
]
}
This profile doesn’t require specific job options.