> For the complete documentation index, see [llms.txt](https://docs.validere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.validere.com/guides/api.md).

# API

Welcome to Validere's API, a RESTful interface designed for efficiently integration data between client data sources/sinks and the platform

{% hint style="info" %}
`https://api.validere.io`
{% endhint %}

The API is organized around REST and has resource-oriented routes, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, verbs and versioning.

## Use Case

The API is ideal for clients looking to integrate their data with Validere’s platform. It supports various data formats and is optimized for high-frequency, medium-latency data transfers.

### Using the API

* **Push Data**: Send data directly to the Validere platform and any shape to best accomodate source systems and to minimize data transformations
* **Retrieve Data**: Access asset configuration, operational and emission data both submitted to and computed within the platform
* **Transaction Details**: Get insights about your data ingestion transactions


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.validere.com/guides/api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
