Item API

Item Studio Console

A clean, lightweight UI that talks directly to your Spring Boot API. Set the base URL once and start creating items right away.

API Connection

/healthz + /api/items
Waiting for a request.

Create Item

POST /api/items

        

Get Item

GET /api/items/{id}

        

All Items

GET /api/items
No items loaded yet.