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

# Create And List Topics

> Manage reusable topic definitions.

## Endpoints

* `GET /topics`
* `POST /topics`

## Create request

```json theme={null}
{
  "name": "weekly-digest",
  "description": "Long-form weekly product and marketing updates."
}
```

## List example

`GET /topics?search=digest`
