Skip to main content
Every create endpoint requires an Idempotency-Key header.
Idempotency is scoped to the API key. The same API key, key value, endpoint, and request body return the same job.

Same key, same body

Returns the existing job:

Same key, different body

Returns:
Use stable business identifiers:
Do not reuse the same key for unrelated work.