// introduction.mdx
Introduction
Welcome to the API documentation for our app!
Getting Started
Use the endpoints below to interact with our service.
GET /api/items
– Fetch all itemsPOST /api/items
– Create a new item
// introduction.mdx
Welcome to the API documentation for our app!
Use the endpoints below to interact with our service.
GET /api/items
– Fetch all itemsPOST /api/items
– Create a new item