Download the spec
Import into an API client
Every operation in the spec has a stableoperationId, so imports produce clean, named requests.
- Postman
- Bruno
- Insomnia
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:
SDKs
There is no official published SDK yet. Because the spec carries stableoperationIds and typed schemas, you can generate a client in the meantime with a tool like openapi-generator or openapi-typescript: