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

# API Overview

> Schedule posts, upload media, generate content and more

<Card title="Download OpenAPI Spec" icon="file-code" href="https://api.woopsocial.com/v1/openapi.yaml">
  Get the raw openapi.yaml file to import into your favorite API client.
</Card>

## Base URL

All API requests should be made to:

```
https://api.woopsocial.com/v1
```

## Authentication

You will need an API key to authenticate your requests. You can acquire one from the [WoopSocial dashboard](https://app.woopsocial.com/api-access).

All endpoints should include the API key in the `Authorization` header:

```bash theme={null}
Authorization: Bearer YOUR_API_KEY
```
