Documentation

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...

Keyboard Shortcuts
CTRL + KSearch
CTRL + DTheme switch
CTRL + LLanguage switch

Software details
Compiled 3 days ago
Release: v4.0.0-production
Buildnumber: master@994bcfd
History: 46 Items