ShortVox Docs
Jobs API
Use the Jobs endpoints to create, inspect, list, and delete processing jobs.
Endpoints
GET /api/v1/jobs (scope: jobs:read)
POST /api/v1/jobs (scope: jobs:write)
GET /api/v1/jobs/:id (scope: jobs:read)
DELETE /api/v1/jobs/:id (scope: jobs:write)
Create Job Example
curl -X POST "https://shortvox.com/api/v1/jobs" \
-H "Authorization: Bearer svx_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"videoId":"11111111-1111-1111-1111-111111111111","style":"hype"}'