Skip to main content

OpenAPI Specification

The full Valyu API is described by an OpenAPI 3.0 specification. You can use it to generate client libraries, import into API tools, or explore the API programmatically.
View Raw JSON

Import into Postman

You can import the Valyu OpenAPI spec directly into Postman to test all endpoints interactively.
Importing the Valyu OpenAPI spec into Postman
1

Copy the spec URL

Copy this URL: https://docs.valyu.ai/api-reference/openapi.json
2

Open Postman and import

In Postman, click Import and paste the URL. Postman will generate a complete collection with all Valyu endpoints.
3

Add your API key

Set the Authorization header to Bearer YOUR_API_KEY in the collection variables.
This also works with other API tools like Insomnia, Bruno, and HTTPie. Any tool that supports OpenAPI 3.0 imports can use this spec.

Endpoints