Introduction to the OmniAI API
Code | Status | Description |
---|---|---|
200 | Success | Request was successful. |
400 | Bad Request | The request was invalid or malformed. |
401 | Unauthorized | Invalid or missing API key. |
404 | Not Found | The requested resource doesn’t exist. |
413 | Payload Too Large | Exceeds the token limit configured for the selected LLM. |
429 | Too Many Requests | Rate limit exceeded. Try again later. |
500, 503 | Server Error | Something went wrong on OmniAI’s end. |