Savee Developers

System

GET
/v1/ping

Health check

Status codeDescription
200Server is up.
curl -X GET "https://api.savee.com/v1/ping"

{
  "status": "ok"
}

GET
/v1/openapi.json

Get the OpenAPI spec

The machine-readable OpenAPI 3.1 description of this API. No auth required. Point code generators and agents at this URL rather than at a copied snapshot, so they stay accurate as the API evolves.

Status codeDescription
200The OpenAPI 3.1 document describing the v1 surface.
curl -X GET "https://api.savee.com/v1/openapi.json"

{}

On this page