Skip to main content

Set up

  1. Open the Legnext Postman collection.
  2. Fork it into your workspace.
  3. In Collection → Variables, set x-api-key to your Legnext API key.
  4. Send an image-generation request, then use its job_id with the task endpoint until it reaches a terminal state.
The collection preconfigures its base URLs; job_id can be reused between requests. If a generation request appears to time out, poll GET /v1/job/{job_id} instead of submitting a replacement. Get Task does not require the API key, but its capability URL must remain private.