Quickstart
Prerequisites
Section titled “Prerequisites”Create a job
Section titled “Create a job”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" } }'Check status
Section titled “Check status”curl https://remux.recaststudio.ai/api/v1/jobs/JOB_ID \ -H "Authorization: Bearer YOUR_API_KEY"See the API reference for all endpoints.