# Storage Proof API

The Storage Proof API enables developers to request storage proofs quickly and easily. There is no need to understand cryptography, zero-knowledge proofs, or how to write circuits. The API handles scheduling, mutualizes many costs associated with generating storage proofs and saves developers significant time so they can focus on building their on-chain data-powered applications.

Requests to this API initiate actions or processes, like running the Storage Proof Workflow.

{% hint style="info" %}
Note: Using these endpoints incurs charges based on resource usage.
{% endhint %}

### **API Endpoint**

**URL:** `https://api.herodotus.cloud`

## Interactive Documentation

**URL:** [`https://api.herodotus.cloud/docs`](https://api.herodotus.cloud/docs)

## Examples

* **Step by step example:** [`https://github.com/HerodotusDev/yab-herodotus`](https://github.com/HerodotusDev/yab-herodotus)


---

# Agent Instructions: 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:

```
GET https://docs.herodotus.dev/herodotus-docs/developers/storage-proof-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
