> For the complete documentation index, see [llms.txt](https://digis.gitbook.io/lowcode/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digis.gitbook.io/lowcode/entity-specific-endpoints/entity-insert.md).

# Entity Insert

## Insert an entity

<mark style="color:green;">`POST`</mark> `https://api.digis.io/:entity/insert`

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```javascript
{
    "name": "Cake's name",
    "recipe": "Cake's recipe name",
    "cake": "Binary cake"
}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```javascript
{
    "message": "Ain't no cake like that."
}
```

{% endtab %}
{% endtabs %}
