Tools

We offer an assortment of high-level video processing tasks in the form of HTTP endpoints. These endpoints are designed to be minimal, and easy to integrate into your existing workflows.

Responses

All Editframe tools process asynchronously and upon a successful request will return a payload containing the video id, the timestamp of the time the process was initialized in our system, and a current status.

{
	"id": "RNVqM4mQBX",
	"timestamp": 1665085221,
	"status": "processing"
}

You can poll the Videos endpoint to check on the status of your video, or you can configure webhooks to be notified when your video is processed.