Skip to main content
The Oviond API publishes a machine-readable OpenAPI 3.1 spec you can import into any API client or code generator.

Download the spec

It’s always current — the spec is generated from the live API on every release, so it never drifts from the running service.

Import into an API client

Every operation in the spec has a stable operationId, so imports produce clean, named requests.
Import → Link, paste https://api.oviond.com/openapi.json, and Postman generates a collection with a folder per tag. Then create an environment (below) so {{base_url}} and {{api_key}} resolve.

Environment variables

Set these once in your client’s environment (or your shell) and reuse them everywhere: Then send the key as a Bearer token on every request:
Treat your API key like a password. Use your client’s secret/vault storage, and never paste it into a shared collection or version control.

SDKs

There is no official published SDK yet. Because the spec carries stable operationIds and typed schemas, you can generate a client in the meantime with a tool like openapi-generator or openapi-typescript:
Generated clients are community-supported until official SDKs ship.