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

# Suggest Market Name

> Suggest a market name based on the user-entered keyword.

### Body Request Object Example

```JSON theme={null}
{
    "keyword": ""
}
```

### Body

<ParamField body="keyword" type="string" default="">
  The string to suggest a market name for
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "suggested": [
      "Stainless Steel Manufacturer",
      "Sustainable aviation fuel Supplier",
      "Sustainability Consulting",
      "Sustainable mannequin Manufacturer",
      "Sustainable retail fixtures Services"
    ]
  }
  ```
</ResponseExample>

```
```
