KeepIT API
Archive it. Find it. Keep it.
Welcome to the KeepIT API.
Use this API to manage your digital archive - organize collections, add items, and retrieve records with simple, lightweight REST endpoints.
What you can do
- Create and browse archive collections
- Add items to a collection
- Retrieve a single collection or item by ID
Getting started
- Start the KeepIT json server
- Send requests to
http://localhost:3000 - Use curl, Postman, or any API client to interact with the API
See prerequisites to test your setup.
API endpoints
Collections
- Get all collections -
GET /collections - Get collections by ID -
GET /collections/{id} - Create a collection -
POST /collections
Items
- Get all items -
GET /items - Get an item by ID -
GET /items/{id} - Create an item -
POST /items
Learn more
Reference topics
Tutorial topics
References
Contact us
Have questions, feedback, or found an issue?
- GitHub: KeepIT Repository
- Doc site: khushbub.github.io/KeepIt