Guide

Create your first API job

Issue an API key, submit an idempotent job, and retrieve its results safely.

  1. 1. Issue a scoped key

    Create an API product key in Dashboard. Copy it once and store it in a secret manager.

  2. 2. Submit a request

    POST a documented operation with an Idempotency-Key header. The response contains a durable job ID.

  3. 3. Poll status

    Poll the job resource with bounded backoff until it reaches a terminal state.

  4. 4. Read or export results

    Retrieve paginated results or create an export. Keep keys out of URLs and client-side bundles.