> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tidyhire.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Getting started with the Tidyhire API

## Base URL

All API requests are made to the following base URL:

```
https://api.tidyhire.app/api/public/v1
```

## Authentication

All API requests require authentication using the `x-tidyhire-api-key` header. See the [Authentication](/api-reference/authentication) page for details on obtaining and using your API key.

## Request Format

All request bodies should be sent as JSON with the `Content-Type: application/json` header.

## Need Help?

If you have any questions or need assistance, reach out to us at [support@tidyhire.app](mailto:support@tidyhire.app).
