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

# API Reference

> Complete API reference for the Intellibase REST API

## Base URL

Use the base URL below for all API calls you make.

```
https://api.intellibase.dev/api/v1
```

## Authentication

All API requests require authentication using an API key.
You can create and manage your API keys in the [Web UI dashboard](https://app.intellibase.dev/).
Include your API key in the `Authorization` header:

```bash theme={null}
Authorization: Bearer ib-your-api-key-here
```

See the [Authentication Guide](/authentication) for more details.

## Postman Collection

Download our Postman collection to quickly test and explore the Intellibase API with pre-configured requests.

<Card title="Download Postman Collection" icon="download" href="https://www.intellibase.dev/intellibase.postman_collection.json" color="#6366f1">
  Get started with ready-to-use API requests
</Card>

## Support

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope" href="mailto:ayush@intellibase.dev">
    Contact our support team
  </Card>
</CardGroup>
