> For the complete documentation index, see [llms.txt](https://teamhycon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-3/response-random-mnemonic.md).

# Response (random mnemonic)

api/v3

| Parameter    | Type   | Description     |
| ------------ | ------ | --------------- |
| **mnemonic** | string | Random mnemonic |

**Response (Success)**

```
{
    "mnemonic": "screen main cannon inmate believe multiply maze panic check soda lesson sibling"
}
```

**Response (Success) --data '{"language": "french"}'**

```
{
    "mnemonic": "inutile espèce brioche devancer coton dimanche risque ambre client vipère spécial cerise"
}
```
