Skip to content

Quickstart

Terminal window
curl -X POST https://remux.recaststudio.ai/api/v1/jobs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"presetId": "YOUR_PRESET_ID",
"input": { "url": "https://example.com/sample.mp4" }
}'
Terminal window
curl https://remux.recaststudio.ai/api/v1/jobs/JOB_ID \
-H "Authorization: Bearer YOUR_API_KEY"

See the API reference for all endpoints.