Submit a media processing job. Provide an input URL and one or more operations to perform. The job is processed asynchronously — poll the status endpoint or use webhooks.
Single input URL
"https://example.com/video.mp4"
[
{
"type": "transcode",
"params": { "format": "mp4", "codec": "h264" }
}
]
URL to receive job completion notification
File size hint in bytes (for plan limit validation)