Overview
Include anIdempotency-Key header when creating a video job. If a request with the same key is made again (e.g. after a network timeout), the API returns the existing job instead of creating a new one.
Usage
Rules
- The key can be any string — a UUID or a meaningful identifier works well
- The key is scoped to your team token (another team using the same key is unaffected)
- If the key matches an existing job, the original job is returned regardless of the request body
- There is no expiry — keys are stored for the lifetime of the job