# API Reference

PredictHQ provides structured, verified real-world context and demand-aware features for forecasting, ML, and AI systems. The platform is designed to be integrated directly into production models and decision workflows.

See how others are using it on our [use cases page](https://www.predicthq.com/use-cases).

### Core APIs <a href="#core-apis" id="core-apis"></a>

* [Events API](/api/events/search-events.md) - Clean and enriched real-world event data
* [Features API](/api/features/get-features.md) - Pre-aggregated ML features
* [Forecasts API](/api/forecasts/overview.md) - Demand forecasting, out of the box
* [Beam API](/api/beam/overview.md) - Filter out the noise


---

# 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.predicthq.com/api/readme.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.
