Skip to main content

HTTP 201 Created

The request succeeded and a new resource was created — typical for POSTs that create files, fine-tune jobs or batch jobs.

2xx · Success✗ not retryable — fix the request instead

In AI APIs specifically

Batch and fine-tuning endpoints return 201 with the job resource; poll its status URL rather than expecting results inline.

Fix checklist

  • Nothing to fix.
  • Store the returned resource ID — you need it to poll job status.

Spec: RFC reference