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

# Introduction

> Welcome to the Reelevant API documentation

## Welcome

Welcome to the Reelevant API documentation. This documentation provides comprehensive information about all available endpoints for interacting with the Reelevant platform.

## API Overview

The Reelevant API is organized into several main services:

<CardGroup cols={2}>
  <Card title="Datasources API" icon="database" href="/api-reference/datagraph/list-datagraph-schemas">
    Manage and query datasources
  </Card>

  <Card title="Contents API" icon="file-lines" href="/api-reference/contentresource/list-fonts">
    Create and manage content resources
  </Card>

  <Card title="Workflow API" icon="diagram-project" href="/api-reference/workflow/list-workflow-templates">
    Build and orchestrate workflows
  </Card>
</CardGroup>

## Authentication

All API endpoints require authentication using OAuth2. Please see the [Authentication](/api-reference/authentication) page for detailed information on how to obtain and use access tokens.

<Card title="Get Started with Authentication" icon="key" href="/api-reference/authentication">
  Learn how to authenticate your requests
</Card>
