file_not_found
HTTP 422 · Do not retry unchanged — fix the request first
No uploaded file was found for that upload_id.
What happened
The upload_id is unknown, the upload was never actually performed, or it expired.
Uploads that are never referenced by an order are deleted after 14 days.
How to fix it
- Request a slot with
POST /v1/uploads, thenPUTthe file content to the returnedupload_url, then reference theupload_idin the order. - When repeating an order, reuse the same
upload_idvalues — the duplicate protection recognises them.
Retrying
Repeating the request unchanged will fail again. Correct the request first — the response tells you which part is wrong.
All error codes: /developers/errors · Machine-readable: llms-full.txt