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
Related status codes
200 OK
The request succeeded.
202 AcceptedThe request was accepted for asynchronous processing but is not complete.
204 No ContentSuccess with no response body — common for DELETE operations..
206 Partial ContentThe server is delivering only part of the resource, in response to a Range header — used for resumable downloads..