OpenAPI Specification
Access the versioned OpenAPI specification for the Ours Privacy Platform REST API to generate client libraries and build custom integrations.
OpenAPI Specification
The Ours Privacy Platform REST API is described by a versioned OpenAPI specification. Use it to generate client libraries, build custom integrations, or explore available endpoints.
Access the Schema
The specification is public and requires no authentication:
GET https://app.oursprivacy.com/rest/v1/openapi.jsonView it directly at app.oursprivacy.com/rest/v1/openapi.json.
Generate Your Own SDKs
Use OpenAPI Generator or any compatible tool to create a client library from the schema.
Ours Privacy also ships official platform tools generated via Stainless:
- Node.js / TypeScript —
@oursprivacy/platform-sdk(GitHub) - Go —
github.com/with-ours/platform-sdk-go(GitHub) - CLI — (GitHub)
Next Steps
- SDKs and MCP — official wrappers around this API.
- Authentication — create the API key clients need.
- Quickstart — make your first request.
How is this guide?

