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

# API Reference

> Overview of ProStack's API endpoints

ProStack offers a comprehensive set of APIs to interact with the platform programmatically. These APIs allow you to manage authentication, team invitations, and file uploads.

## API Base URL

All API endpoints are relative to your application URL:

```
https://yourdomain.com/api
```

## Available APIs

ProStack provides the following API categories:

<CardGroup cols={3}>
  <Card title="Authentication API" icon="lock" href="/api-reference/authentication">
    User registration, login, and session management
  </Card>

  <Card title="Team API" icon="users" href="/api-reference/team">
    Team invitation management
  </Card>

  <Card title="Upload API" icon="upload" href="/api-reference/upload">
    File upload functionality
  </Card>
</CardGroup>
