Skip to content

Service API

Base path /service/v1API key required (st_live_*), rate-limited. This is the surface external apps (ActiveAura, audio/VST tooling, your own integrations) use to read projects and export knowledge. Keys are scoped to projects + permissions (read, write, export, webhook).

Endpoints

MethodPathScopePurpose
GET/service/v1/pinganyHealth/connectivity check
GET/service/v1/projectsreadList accessible projects
GET/service/v1/projects/:idreadProject metadata
GET/service/v1/projects/:id/sourcesreadSources (paginated)
GET/service/v1/projects/:id/exportexportExport in a requested format
POST/service/v1/projects/:id/webhookswebhookRegister a delivery endpoint

Authentication

Send the key as a bearer token:

http
GET /service/v1/projects
Authorization: Bearer st_live_xxxxxxxx

Create and scope keys from Auth → API keys.

Export formats

GET /projects/:id/export returns the project's knowledge in the requested format (UKS, and downstream app formats). For standards bridges (JSON-LD, FHIR, Croissant), see Export.

→ Related: Authentication · Export · Registry API

Released under the MIT License.