{ "opencollection": "1.0.0", "info": { "name": "Wolfram|Alpha Fast Query Recognizer Classification Queries API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "appid", "value": "{{appid}}", "placement": "query" } }, "items": [ { "info": { "name": "Queries", "type": "folder" }, "items": [ { "info": { "name": "Wolfram|Alpha Submit a Full Results Query", "type": "http" }, "http": { "method": "GET", "url": "https://www.wolframalpha.com/queryrecognizer/query", "params": [ { "name": "appid", "value": "DEMO-APP-ID", "type": "query", "description": "Wolfram|Alpha AppID for authentication." }, { "name": "input", "value": "integrate x^2 from 0 to 1", "type": "query", "description": "URL-encoded natural language query string." }, { "name": "output", "value": "json", "type": "query", "description": "Response format. Use json for JSON output; default is XML." }, { "name": "format", "value": "plaintext,image", "type": "query", "description": "Comma-separated list of content formats to include in results: image, plaintext, mathml, minput, moutput, cell, sound, wav." }, { "name": "includepodid", "value": "Result", "type": "query", "description": "Include only pods with these IDs (comma-separated)." }, { "name": "excludepodid", "value": "500123", "type": "query", "description": "Exclude pods with these IDs (comma-separated)." }, { "name": "podtitle", "value": "Example Name", "type": "query", "description": "Include only pods whose title matches this pattern." }, { "name": "podindex", "value": "string-value", "type": "query", "description": "Include only pods at these ordinal positions (comma-separated)." }, { "name": "scanner", "value": "string-value", "type": "query", "description": "Include only pods generated by specific scanners." }, { "name": "async", "value": "true", "type": "query", "description": "Use asynchronous delivery for long-running computations." }, { "name": "location", "value": "New York, NY", "type": "query", "description": "Location name for geographically relevant results." }, { "name": "latlong", "value": "40.71,-74.00", "type": "query", "description": "Latitude and longitude for location-aware results." }, { "name": "ip", "value": "string-value", "type": "query", "description": "IP address for location detection." }, { "name": "units", "value": "metric", "type": "query", "description": "Measurement system. Values are metric or imperial." }, { "name": "width", "value": "500", "type": "query", "description": "Width in pixels for image results. Default is 500." }, { "name": "maxwidth", "value": "1", "type": "query", "description": "Maximum width in pixels for images." }, { "name": "mag", "value": "10.5", "type": "query", "description": "Magnification factor for images." }, { "name": "timeout", "value": "5", "type": "query", "description": "Maximum processing time in seconds. Default is 5." }, { "name": "assumption", "value": "string-value", "type": "query", "description": "Assumption values to refine query interpretation." } ] }, "docs": "Submit a free-form natural language query to the Wolfram|Alpha Full Results API. Returns results in XML (default) or JSON with complete pod data, disambiguations, drilldowns, assumptions, and formatted mathematical/scientific output. Supports asynchronous delivery for long-running computations." }, { "info": { "name": "Wolfram|Alpha Query the LLM API", "type": "http" }, "http": { "method": "GET", "url": "https://www.wolframalpha.com/queryrecognizer/llm-api", "params": [ { "name": "appid", "value": "DEMO-APP-ID", "type": "query", "description": "The Wolfram|Alpha AppID used for authentication. Obtain from the Wolfram|Alpha Developer Portal." }, { "name": "input", "value": "What is the boiling point of water?", "type": "query", "description": "URL-encoded natural language query string." }, { "name": "maxchars", "value": "5000", "type": "query", "description": "Maximum number of characters in the response. Default is 6800." }, { "name": "assumption", "value": "string-value", "type": "query", "description": "Assumption values to refine query interpretation." }, { "name": "ip", "value": "192.0.2.1", "type": "query", "description": "IP address of the query origin for location-aware results." }, { "name": "latlong", "value": "40.71,-74.00", "type": "query", "description": "Latitude and longitude for location-based queries (e.g., 40.71,-74.00)." }, { "name": "timezone", "value": "America/New_York", "type": "query", "description": "IANA timezone name for the query context." }, { "name": "units", "value": "metric", "type": "query", "description": "Measurement system preference. Values are metric or imperial." }, { "name": "currency", "value": "USD", "type": "query", "description": "ISO 4217 currency code for financial queries." }, { "name": "languagecode", "value": "en", "type": "query", "description": "BCP 47 language code for query input and response." }, { "name": "formattimeout", "value": "5", "type": "query", "description": "Maximum processing time in seconds before timeout." } ] }, "docs": "Submit a natural language query to the Wolfram|Alpha LLM API. Returns structured text with query interpretation, computed results, relevant data, and a link to the full Wolfram|Alpha results page. Optimized for consumption by large language models and AI chat applications." }, { "info": { "name": "Wolfram|Alpha Get Short Answer", "type": "http" }, "http": { "method": "GET", "url": "https://www.wolframalpha.com/queryrecognizer/result", "params": [ { "name": "appid", "value": "DEMO-APP-ID", "type": "query", "description": "Wolfram|Alpha AppID for authentication." }, { "name": "i", "value": "How far is the Moon from Earth?", "type": "query", "description": "URL-encoded input query string." }, { "name": "units", "value": "metric", "type": "query", "description": "Measurement system preference. Values are metric or imperial." }, { "name": "timeout", "value": "5", "type": "query", "description": "Maximum processing time in seconds. Default is 5." } ] }, "docs": "Submit a natural language query and receive a single concise plain-text answer. Suitable for chatbots, voice assistants, and constrained display contexts. Returns HTTP 501 when the query has no short answer." }, { "info": { "name": "Wolfram|Alpha Get Simple Image Result", "type": "http" }, "http": { "method": "GET", "url": "https://www.wolframalpha.com/queryrecognizer/simple", "params": [ { "name": "appid", "value": "DEMO-APP-ID", "type": "query", "description": "Wolfram|Alpha AppID for authentication." }, { "name": "i", "value": "mass of the sun", "type": "query", "description": "URL-encoded input query string." }, { "name": "layout", "value": "divider", "type": "query", "description": "Content presentation style. Values are divider (default) or labelbar." }, { "name": "background", "value": "white", "type": "query", "description": "Image background color as HTML color name, hex value, or RGB value." }, { "name": "foreground", "value": "black", "type": "query", "description": "Text color. Values are black (default) or white." }, { "name": "fontsize", "value": "14", "type": "query", "description": "Font size in points for rendered text. Default is 14." }, { "name": "width", "value": "500", "type": "query", "description": "Image width in pixels. Default is 500." }, { "name": "units", "value": "metric", "type": "query", "description": "Measurement system preference. Values are metric or imperial." }, { "name": "timeout", "value": "5", "type": "query", "description": "Maximum processing time in seconds. Default is 5." } ] }, "docs": "Submit a natural language query and receive the complete Wolfram|Alpha result rendered as a static image. Customizable background, foreground, font size, and width. Does not support disambiguation, drilldown, or asynchronous delivery." }, { "info": { "name": "Wolfram|Alpha Get Spoken Result", "type": "http" }, "http": { "method": "GET", "url": "https://www.wolframalpha.com/queryrecognizer/spoken", "params": [ { "name": "appid", "value": "DEMO-APP-ID", "type": "query", "description": "Wolfram|Alpha AppID for authentication." }, { "name": "i", "value": "How tall is Mount Everest?", "type": "query", "description": "URL-encoded input query string." }, { "name": "units", "value": "imperial", "type": "query", "description": "Measurement system preference. Values are metric or imperial." }, { "name": "timeout", "value": "5", "type": "query", "description": "Maximum processing time in seconds. Default is 5." } ] }, "docs": "Submit a natural language query and receive a plain-text answer formatted for audio delivery. Results are phrased naturally for text-to-speech conversion, suitable for voice assistants, automotive applications, and accessibility features." } ] } ], "bundled": true }