Savee Developers

Welcome

Build integrations with Savee. Read your saves, boards, and home feed over a simple REST API.

The Savee Public API is a read-only REST interface for paid users. You can use it to embed your latest saves on your own website, build dashboards, or hook your account up to AI agents.

This is v1 — seven endpoints, Bearer token auth, JSON in, JSON out.

What you can read

  • Your saves (newest first), including private ones
  • Your boards — the ones you own, the ones you've been added to as a collaborator, and any team boards from Savee Teams workspaces you're a member of — and the saves on each. Each board carries an ownership_type field (user or team) so you can branch on it.
  • Your home feed (saves from people you follow)
  • Your own profile info

Getting started

  1. Generate a token in your developer settings.
  2. Send it as Authorization: Bearer sv_live_… on every request.
  3. Read the reference for the full surface.

Acceptable use

Use the API to build integrations that complement Savee for your own data. Automated crawling, systematic downloading of content, or any form of structured data harvesting from other users is not permitted.

On this page