← All integrations
Developer · via OpenAPI import
Veriastra in Postman
Every endpoint, with its request shape and example, as an importable collection. It is generated at request time from the same OpenAPI document the API serves, so it cannot drift from what the API actually does.
01
Import the collection
In Postman: Import → Link, and paste:
https://veriastra.com/api/postman02
Or import the OpenAPI document
If you would rather generate a client, the spec is at:
https://veriastra.com/api/openapi03
Set the key once
Add a collection variable apiKey and use it in the Authorization header for every request.
Authorization: Bearer {{apiKey}}Before you rely on it
- Every operation carries an `x-credits` field. That number is the same one the meter charges — a test enforces it.
- The collection is regenerated on every download, so re-import it after we ship an endpoint rather than editing your copy.