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
STRG + BSidepanel umschalten

Software-Details
Kompiliert vor 3 Tagen
Release: v4.0.0-production
Buildnummer: master@21f7890
Historie: 61 Items