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

# Introduction

> Versive API Reference

## Overview

The Versive API provides programmatic access to the Versive platform features, including interviews, studies, and user management.

All API endpoints are documented below. You can also view the full [OpenAPI specification](openapi.json).

## Base URL

The API is served at `/api/v1`. All endpoints are relative to this path.

## Authentication

The Versive API uses Bearer Token authentication. You must include the `Authorization` header in your requests.

```bash theme={null}
Authorization: Bearer <your_token>
```
