Skip to main content
A render is a job that produces an image or a video by applying modifications to a published template.

Lifecycle

Fields

result_url is signed and expires after 1 hour. Re-fetch the render to get a fresh URL — Imtegrate regenerates it on the fly from the underlying storage path.

Image vs video

  • Images — single PNG/JPEG, render in seconds
  • Videos — MP4 with thumbnail, can take minutes depending on duration
Endpoints: POST /v1/images, POST /v1/videos.

Webhooks vs polling

For high-volume integrations, prefer webhooks (guide). For one-off scripts, polling GET /v1/images/<id> is fine.