Dokumentation (english)

Sending Data to an API

Understanding JSON data format

APIs often use a structured data format called JSON.

Example request:

{
  "location": "Somewhere in Europe"
}

Example response:

{
  "response": {
    "message": "It will be cold",
    "temperature": 4.0
  }
}

This same format is used when working with AI models.


Command Palette

Search for a command to run...

Schnellzugriffe
STRG + KSuche
STRG + DNachtmodus / Tagmodus
STRG + LSprache ändern

Software-Details
Kompiliert vor etwa 17 Stunden
Release: v4.0.0-production
Buildnummer: master@0fe3401
Historie: 51 Items