# REST APIs und JSON

Robot stellt Plugins bereit, mit denen Sie REST-APIs abfragen oder Daten an diese APIs senden können. Das bevorzugte Format für diese Vorgänge ist **JSON**. Darüber hinaus gibt es spezielle Plugins, die das Lesen von JSON-Daten und das Erstellen von gültigem JSON erleichtern.

{% content-ref url="/pages/ldvGYFsBNbjsjVRUqWKl" %}
[API-Endpunkt aufrufen](/robot/plugins/rest-apis-und-json/api-endpunkt-aufrufen.md)
{% endcontent-ref %}

{% content-ref url="/pages/h8jYCeOhFNnZq2T0CKsa" %}
[Streaming API-Endpunkt aufrufen](/robot/plugins/rest-apis-und-json/streaming-api-endpunkt-aufrufen.md)
{% endcontent-ref %}

{% content-ref url="/pages/p3M0Yu6G1UMyHweSFUA7" %}
[JSON abfragen](/robot/plugins/rest-apis-und-json/json-abfragen.md)
{% endcontent-ref %}

{% content-ref url="/pages/fBSoKB2HlgKnDWgGDf2X" %}
[Abfrage JSON (mehrfach)](/robot/plugins/rest-apis-und-json/abfrage-json-mehrfach.md)
{% endcontent-ref %}

{% content-ref url="/pages/0p4ubC4zFeKY18eIdyhv" %}
[JSON erstellen](/robot/plugins/rest-apis-und-json/json-erstellen.md)
{% endcontent-ref %}

{% content-ref url="/pages/2xAfE4Tm8qqdfH44lCvv" %}
[REST Web-Service aufrufen](/robot/plugins/rest-apis-und-json/rest-web-service-aufrufen.md)
{% endcontent-ref %}


---

# 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://help.aiaibot.com/robot/plugins/rest-apis-und-json.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.
