Wolfram|Alpha · Arazzo Workflow
Wolfram|Alpha Query Recognizer Routing
Version 1.0.0
Classify a query with the Fast Query Recognizer, then route accepted queries to Full Results.
View Spec
View on GitHub
AIArtificial IntelligenceComputational KnowledgeMachine LearningNatural Language ProcessingPublic APIsSearchArazzoWorkflows
Provider
Workflows
query-recognizer-routing
Recognize a query and route accepted queries to the Full Results API.
Submits the query to the Fast Query Recognizer. When the classification is accepted, the flow branches to the Full Results API for the complete pod data; when it is not accepted, the flow ends after recognition.
1
recognize
recognizeQuery
Classify the query with the Fast Query Recognizer to decide whether Wolfram|Alpha is likely to return a useful response before spending a heavier backend call.
2
computeFullResults
queryFullResults
Run the accepted query against the Full Results API and return the complete computed pods in JSON.
Source API Descriptions
openapi