Creates a shareable URL that lets anyone with the link download a proof PDF for one or more logos. The PDF contains one page per logo with its image, dimensions, colors, and method.
The returned URL is permanent and can be shared with customers, suppliers, or anyone else who needs to view the proof — no API key or login is required to open it.
POST /api/proof-pdf/logos| Parameter | Type | Description |
|---|---|---|
| logoIds | array of integer | A list of logo IDs to include in the proof PDF. At least 1 and at most 20 logos per call. Duplicates are allowed and produce duplicate pages. |
{
"logoIds": [514686, 514687]
}Returns an object containing the shareable URL.
{
"url": "https://www.kitmaker.eu/public/proof-pdf?token=2_kOH..."
}