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:Replacehttps://<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:
200 OK:
POST /api/v1/Video/Conversion
Request:
200 OK:
GET /api/v1/Video/Conversion/status/{jobId}
Request:
200 OK:
GET /api/v1/Video/Conversion/{jobId}
Request:
200 OK:
POST /api/v1/Video/upload
Request:
200 OK:
GET /api/v1/Video/hasFile
Request:
200 OK:
Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.

