Get render download URL
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).
Authorization
apiKey In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/renders/string/download"{ "url": "string", "filename": "string"}Cancel or delete a render DELETE
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.
List connections GET
Returns the active social connections in this workspace — the IDs you pass as `connection_id` when creating a post. Each entry includes the platform, public profile info (username, avatar, bio) and the latest captured audience metrics (followers, posts, likes). Revoked or disconnected accounts are excluded.