Skip to main content

Overview

Manages the PADS4 media library: file upload, Canva design integration, fonts, image processing, and asset metadata. Handles file storage, format conversion triggers, and content versioning for all media assets.

Authentication

All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:
Replace https://<your-server> with your PADS4 server address and <ServiceName> with the service path shown above.

Endpoint Reference


Request & Response Examples

POST /api/v1/canva/designs

Request:
Response 200 OK:

POST /api/v1/canva/export

Request:
Response 200 OK:

POST /api/v1/canva/download-image

Request:
Response 200 OK:

POST /api/v1/content/fileinfo

Request:
Response 200 OK:

POST /api/v1/content/setFileAttributes

Request:
Response 200 OK:

POST /api/v1/content/folder

Request:
Response 200 OK:

Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.