Wolfram|Alpha · Example Payload

Wolframalpha Llm Api Response Example

AIArtificial IntelligenceComputational KnowledgeMachine LearningNatural Language ProcessingPublic APIsSearch

Wolframalpha Llm Api Response Example is an example object payload from Wolfram|Alpha, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryinputInterpretationresultimageslink

Example Payload

Raw ↑
{
  "query": "What is the boiling point of water?",
  "inputInterpretation": "boiling point | water",
  "result": "100 degrees Celsius (at standard atmospheric pressure)",
  "images": [
    "https://example.com/path"
  ],
  "link": "https://www.wolframalpha.com/input?i=boiling+point+water"
}