api

Installation
SKILL.md

Savee Public API

A read-only REST API that returns the authenticated user's saves, boards, and feed as JSON. Available to paid users with a personal access token.

Auth

Every request needs Authorization: Bearer sv_live_…. The user generates a token at https://savee.com/settings/ → "API Access". Treat it like a password — anyone with it can read the account.

Base URL

https://api.savee.com/v1/

Live OpenAPI spec

The authoritative request/response shapes live at https://api.savee.com/v1/openapi.json. Fetch it whenever you need a field-by-field reference; this skill only documents the human-friendly summary and worked examples.

Endpoints at a glance:

Installs
4
Repository
saveeit/skills
First Seen
May 12, 2026
api — saveeit/skills