OpenAPI 3.0

Build with the
Items API

List, create, update, and delete in-memory items through a simple REST API built with ASP.NET Core.

  • Interactive API reference
  • Free read access
  • Full CRUD on Pro
terminal
curl "http://localhost:5088/api/items?category=hardware"

// capabilities

Everything needed to manage items

The portal content and samples are generated from the supplied OpenAPI specification.

Read and search

List items, retrieve an item by UUID, filter by category, or search by text.

Create and update

Create items, replace their data, or apply partial updates with validated JSON bodies.

Reliable responses

Use documented schemas, RFC 7807 validation errors, and health endpoints.

Start with reads. Upgrade for full CRUD.

Use the Free plan to read items, or choose Pro for $29 per month to create, update, and delete them.