Errors
In this guide, we will discuss what happens when errors occur while working with the KIRI Engine API.
KIRI uses standard HTTP response codes to indicate the success or failure of an API request:
2xx
codes indicate a successful request.4xx
codes indicate a client error, such as missing parameters or invalid model data.5xx
codes indicate a server error on KIRI’s end, which should be rare.