Docs
Async jobs
Set response: async when the job may take longer than you want to hold an HTTP connection — Office convert, large merges, or agent workflows that poll. Completed files are public at GET /v1/files/:id for 24 hours. Optional callbackUrl fires when that job finishes.
Any generating endpoint can return 202 when response is async. Poll with the same API key. Completed files are public at GET /v1/files/:id for 24 hours.