Skip to content

Create Video Transcode Job

Create a new video transcoding job to process and encode a video file. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
body.videoItemId*stringThe unique identifier of the video item to transcode
body.sourceUrl*stringThe URL of the source video file to transcode
body.optionsobjectOptional 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