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

# Introduction

Discover how to get more from **Soca AI** with our **API Docs**.

<CardGroup cols={2}>
  <Card title="Authentication" color="FBBC04" icon="key" href="https://docs.soca.ai/api-reference/credentials">
    Learn how to get your API credentials
  </Card>
</CardGroup>

## Base URL

```text theme={null}
https://api.soca.ai
```

## Authentication

All the endpoints are protected by [OAuth 2.0](https://oauth.net/2/) and require a valid Bearer token. You can get your access token by following the steps described in the **Authentication** section.
