Appearance
Create Video Transcode Job
Create a new video transcoding job to process and encode a video file. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
body.videoItemId* | string | The unique identifier of the video item to transcode |
body.sourceUrl* | string | The URL of the source video file to transcode |
body.options | object | Optional transcoding options (resolution, codec, etc.) |
Return Value
The created transcoding job record with its assigned job ID.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/admin/jobs" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"videoItemId": "video-123", "sourceUrl": "https://storage.example.com/raw-video.mp4"}'ENDPOINTS
post
/api/{targetPath}/admin/jobs