Wolfram|Alpha · Example Payload

Wolframalpha Queryspokenresults Example

AIArtificial IntelligenceComputational KnowledgeMachine LearningNatural Language ProcessingPublic APIsSearch

Wolframalpha Queryspokenresults 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": "querySpokenResults",
  "method": "GET",
  "path": "/spoken",
  "summary": "Wolfram|Alpha Get Spoken Result",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "text/plain",
      "name": "QuerySpokenResults200Example",
      "example": "Mount Everest is approximately 29,032 feet or about 8,849 meters tall."
    }
  ]
}