# Developer Platform API

In this section you can find automatically generates pages and endpoints for High Mobility OpenAPI spec.&#x20;

#### Rest-API

You can find the raw OpenAPI Spec for the Rest-APIs in   [Open API Specification repository](https://github.com/highmobility/open-api-specifications/tree/main).

The API references in the page can be executed against our two instances:&#x20;

* Live: <https://api.high-mobility.com/>
* Sandbox: <https://sandbox.api.high-mobility.com/>

#### Streaming

The Json Schema of messages we push can be found in our git repo at

* Root object:  [json-schema/janus/0002/spec.json](https://github.com/highmobility/open-api-specifications/blob/main/json-schema/janus/0002/spec.json)
* Data object: [json-schema/auto-api/0002/spec.json](https://github.com/highmobility/open-api-specifications/blob/main/json-schema/auto-api/0002/spec.json)


---

# 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.high-mobility.com/api-references/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.
