Add Zoom in your videos with segments
Add Zoom in your videos with segments
POST https://eranol.com/api/v1/ffmpeg/video/zoom
{
"url": "https://cdn.example.com/talking-head.mp4",
"segments": [
{
"start_sec": 5,
"duration_sec": 6
},
{
"start_sec": 22,
"duration_sec": 4
}
],
"zoom_level": 1.3
}
[
{
"job_id": "1406c589-a1f4-45d5-8745-aae07bc4de38",
"status": "pending",
"message": "Job created. Poll status_url for progress.",
"result_url": "https://eranol.com/api/v1/ffmpeg/result/1406c589-a1f4-45d5-8745-aae07bc4de38",
"status_url": "https://eranol.com/api/v1/ffmpeg/status/1406c589-a1f4-45d5-8745-aae07bc4de38"
}
]
| Code | Meaning |
|---|---|
401 | Missing or invalid API key |
402 | Insufficient credits |
422 | Validation error — check your request body |
429 | Rate limit exceeded — slow down requests |
500 | Internal server error — try again or contact support |