Skip to main content

Overview

Video transcoding service for PADS4 content. Converts uploaded video files to display-optimised formats, generates thumbnail images, and tracks conversion job status.

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/Video/Conversion/upload

Request:
Response 200 OK:

POST /api/v1/Video/Conversion

Request:
Response 200 OK:

GET /api/v1/Video/Conversion/status/{jobId}

Request:
Response 200 OK:

GET /api/v1/Video/Conversion/{jobId}

Request:
Response 200 OK:

POST /api/v1/Video/upload

Request:
Response 200 OK:

GET /api/v1/Video/hasFile

Request:
Response 200 OK:

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