How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Savee Saves API

The Saves API from Savee — 4 operation(s) for saves: the user's own saves, the home feed, a board's saves, and single-save lookup by id or short_id.

Savee Saves API is one of 5 APIs that Savee publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Saves. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 4 operations across 4 paths, organized into 2 resource areas, and defines 7 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://api.savee.com.

4 operations 4 paths 7 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.savee.com/v1
Authentication
HTTP Bearer, OAuth 2.0
Contact
Terms of Service
Resource Areas
2

Authentication & Security 2

Savee Saves API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (sv_live_…) (BearerAuth). It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 4 scopes.

  • BearerAuth — Personal access token (svlive…) — represents you and carries every scope, so no scope is required for this call. Best for your own scripts and internal tools.…
  • OAuth2 — OAuth access token (svat…) — obtained on one of your users’ behalf and limited to the scopes they approved. Use this when you’re building a product other peopl…

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. They span 2 resource areas: Saves, Boards. Each is listed below with its method, path, parameters, and response codes.

Saves 3
GET
/v1/saves
List the authenticated user's saves
2 params → 200400401402403429500
GET
/v1/saves/{saveID}
Get a single save
1 param → 200400401402403404429500
GET
/v1/feed
List the authenticated user’s home feed
2 params → 200400401402403429500
Boards 1
GET
/v1/boards/{boardID}/saves
List saves on a specific board
3 params → 200400401402403404429500

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Save (11 properties), User (5 properties), SaveMedia (5 properties), SavesPage (3 properties). Each schema is shown below with its type and property counts.

ErrorResponse
object
1 property 1 required
Save
object
11 properties 10 required
SaveColor
object
2 properties 2 required
SaveMedia
object
5 properties 5 required
SaveResponse
object
1 property 1 required
SavesPage
object
3 properties 3 required
User
object
The user who created this save. Omitted on /v1/saves (the caller is implicitly the author); present on /v1/feed and /v1/boards/{id}/saves where the author may…
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

savee-saves-api-openapi.yml Raw ↑

Other APIs Savee publishes across the network.

Savee Boards API
Savee Search API
Savee System API
Savee User API
Where this information came from

This is an independent, third-party profile of Savee Saves API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.