# Getting Started

import { AuthSection } from "../src/components/AuthSection";
import { BaseUrls } from "../src/components/BaseUrls";

## Base URLs

<BaseUrls />

<AuthSection />

## API Responses

All responses follow a consistent shape:

```json
{
  "code": 1,
  "message": "Validation failed",
  "data": {}
}
```

## Contact

Questions or issues: [contact@mindox.ai](mailto:contact@mindox.ai)
