Wolfram|Alpha · Example Payload

Wolframalpha Querysimpleapi Example

AIArtificial IntelligenceComputational KnowledgeMachine LearningNatural Language ProcessingPublic APIsSearch

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "querySimpleApi",
  "method": "GET",
  "path": "/simple",
  "summary": "Wolfram|Alpha Get Simple Image Result",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "image/gif",
      "name": "querySimpleApi200Example",
      "example": "string-value"
    }
  ]
}