> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/developer-tools-and-resources/api-reference/search-apis/list-of-policies-that-are-best-suited-for-given-parameters.md).

# List of policies that are best suited for given parameters

## Get policies by categories and text

<mark style="color:green;">`POST`</mark> `/policies/filtered-policies`

Get policies by categories and text

#### Request Body

| Name                                          | Type   | Description          |
| --------------------------------------------- | ------ | -------------------- |
| categoryIds<mark style="color:red;">\*</mark> | String | Category Identifiers |
| text<mark style="color:red;">\*</mark>        | String | Filter Text          |

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```
[
  "string"
]
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
{
  "code": 0,
  "message": "string"
}
```

{% endtab %}
{% endtabs %}
