> For the complete documentation index, see [llms.txt](https://docs.cekat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cekat.ai/api-reference/models.md).

# Models

## The ErrorResponse object

```json
{"openapi":"3.0.3","info":{"title":"Cekat Open API","version":"1.0.0"},"components":{"schemas":{"ErrorResponse":{"type":"object","properties":{"success":{"type":"boolean","description":"Indicates whether the request was successful."},"status_code":{"type":"integer","description":"HTTP status code of the response."},"message":{"type":"string","description":"Human-readable error message."}}}}}}
```

## The SuccessResponse object

```json
{"openapi":"3.0.3","info":{"title":"Cekat Open API","version":"1.0.0"},"components":{"schemas":{"SuccessResponse":{"type":"object","properties":{"success":{"type":"boolean","description":"Indicates whether the request was successful."},"status_code":{"type":"integer","description":"HTTP status code of the response."}}}}}}
```
