Programmatic access to your Storipalorium data.
Overview
Storipalorium provides a REST API for managing your bookmarks, links, notes, and collaborative rooms programmatically.
Base URL
https://storipalorium.vercel.app/api/v1
Authentication
All API requests require a Bearer token in the Authorization header. Create a token below in .
Authorization: Bearer stori_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Response Format
All responses are JSON. Errors return { error: "message" } with appropriate HTTP status codes.
Your API Tokens
You must be logged in to create and manage API tokens.
Login to continue