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

# API reference

> The canonical schema reference for Pixelcut API endpoints.

## Base URL

`https://api.developer.pixelcut.ai`

## Authentication

All requests use an API key header:

```http theme={null}
X-API-Key: sk_...
```

## Endpoints

<CardGroup cols={2}>
  <Card title="Remove Background" icon="scissors" href="/api-reference/remove-background" />

  <Card title="Upscale" icon="up-right-and-down-left-from-center" href="/api-reference/upscale" />

  <Card title="Generate Background" icon="image" href="/api-reference/generate-background" />

  <Card title="Try On (Beta)" icon="person" href="/api-reference/try-on" />

  <Card title="Get Credits" icon="coins" href="/api-reference/get-credits" />
</CardGroup>
