Appearance
Jobs Resource
The Jobs resource allows you to create, retrieve, and delete video processing jobs. This endpoint supports three methods: GET, POST, and DELETE.
Available Methods
1. Create a Job
POST /jobs/
Create a new video processing job.
Learn more
2. Get Job Information
GET /jobs/{ID}
Retrieve information about a specific job by its ID.
GET /jobs
List information about all jobs.
Learn more
3. Delete a Job
DELETE /jobs/{ID}
Delete a specific job by its ID.
Learn more