Set up
- Open the Legnext Postman collection.
- Fork it into your workspace.
- In Collection → Variables, set
x-api-keyto your Legnext API key. - Send an image-generation request, then use its
job_idwith the task endpoint until it reaches a terminal state.
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.