# Get next and nested suggested block types

## Get next and nested suggested block types

<mark style="color:green;">`POST`</mark> `/suggestions`

Get next and nested suggested block types. Only users with the Standard Registry role are allowed to make the request.

#### Request Body

| Name                               | Type   | Description                            |
| ---------------------------------- | ------ | -------------------------------------- |
| <mark style="color:red;">\*</mark> | String | Object that contains suggestions input |

{% tabs %}
{% tab title="200: OK Successful operation. Suggested next and nested block types respectively." %}

```
content:
            application/json:
              schema:
                type: object
                properties:
                  next:
                    type: string
                  nested:
                    type: string
```

{% endtab %}

{% tab title="401: Unauthorized Unauthorized" %}

{% endtab %}

{% tab title="403: Forbidden Forbidden" %}

{% endtab %}

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

```
content:
            application/json:
              schema:
                $ref: "#/components/schemas/Error"
```

{% endtab %}
{% endtabs %}
