Resize an image to specific dimensions
| Param | Type | Description |
|---|---|---|
| width | integer | Target width in pixels |
| height | integer | Target height in pixels |
| fit | string | Resize mode: cover, contain, fill, inside, outside |
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)