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

# AI

> Use AI processing and playground endpoints for conversation workflows.

AI endpoints support prompt-driven processing and playground experimentation.

## Endpoints in this guide

* `POST /api/ai/process`
* `POST /api/ai/playground`

## Process conversation context

```bash theme={null}
curl -X POST https://your-instance.example.com/api/ai/process \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"conversationId":"507f1f77bcf86cd799439011"}'
```
