Skip to main content

Endpoints

  • POST /v1/jobs — Submit any surface operation as an async job.
  • GET /v1/jobs/{id} — Poll job status.
  • GET /v1/jobs/{id}/result — Retrieve the completed result.
See the Async Jobs guide for the full polling workflow.