Cancel or delete a render
Cancels a queued or active render, or permanently deletes a completed/failed/expired render record. Deleting a completed render also removes the rendered video file from storage.
Authorization
apiKey In: header
Path Parameters
Response Body
application/json
application/json
curl -X DELETE "https://example.com/renders/string"Get render status GET
Returns the current status of a render job. Poll this endpoint until `status` is `completed` or `failed`. We recommend polling every **5–10 seconds**. Use `progress` (0–100) to display a progress bar to your users.
Get render download URL GET
Returns a time-limited signed URL to download the completed rendered video as an MP4. The URL expires after **1 hour** — fetch it fresh each time rather than caching it. Returns `410` if the file has been purged from storage (renders expire according to your plan's retention period).