Developer
Reframing
ReasoningComing soon
POST to /api/jobs with your source URL and desired ratios. Returns a job object with an id to use when polling.
curl
curl -X POST https://d2grp900pnwc70.cloudfront.net/api/jobs \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input_url": "https://example.com/source.mp4",
"ratios": ["9:16"],
"preset": "podcast"
}'Response
{
"id": "job_01HXYZ...",
"status": "pending",
"ratios": ["9:16"],
"created_at": "2026-04-18T10:23:00Z"
}