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

# Introduction

> LLM7 API endpoint reference

## Base URL

```text theme={null}
https://api.llm7.io/v1
```

## Authentication

All API endpoints are authenticated using Bearer tokens.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```

<Card title="Image generation and edits" icon="image" href="/guides/image-generation">
  Read the guide for curl examples, Python examples, response handling, and error behavior.
</Card>
