Homarr
Boards

Add an item to a board

POST/api/boards/items

Add a widget or app to the first available position in the main canvas of each layout and return its item ID. Requires modify access to the board and use access to linked integrations. Widget configurations must be valid; placing Custom Widgets requires admin permission.

ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/boards/items" \  -H "Content-Type: application/json" \  -d '{    "boardId": "string",    "kind": "stats"  }'
{  "itemId": "string"}