--- title: 'Wolfram|Alpha' description: '' --- # Wolfram|Alpha undefined | Detail | Value | |---|---| | Category | Data | | Base URL | `https://api.wolframalpha.com` | | Authentication | API Key (Query) | | Endpoints | 7 | | Connector key | `wolfram-alpha` | ## Using Wolfram|Alpha in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Wolfram|Alpha** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_full_results_0) | Full Results | | [GET ](./get_short_answer_1) | Short Answer | | [GET ](./get_spoken_2) | Spoken | | [GET ](./get_simple_image_3) | Simple Image | | [GET ](./get_conversation_4) | Conversation | | [GET ](./get_validate_5) | Validate | | [GET ](./get_llm_api_6) | LLM API | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.