Integration Recipes
This guide will walk you through integrating the Yelp Fusion AI API with some of today's most widely used server frameworks. You'll learn how to:
- Set up a basic development environment
- Authenticate your API requests
- Make your first Fusion AI API call in your framework of choice
By the end of this guide, you'll have a working setup in your chosen framework that enables you to seamlessly integrate the Yelp Fusion AI API into your applications.
Prerequisites
Before you start, ensure you have the following:
- A Yelp Fusion API account, and an API key for authentication. Refer to Fusion Authentication for further details.
- The latest version of your chosen framework installed (Node.js, Python, Swift, etc.).
- Access to our Recipes below for in-depth guides and ready-to-use sample code.
Integration Recipes
🦉
Using the Fusion AI API with Swift and Foundation
Open Recipe
🦉
Using the Fusion AI API with Python
Open Recipe
🦉
Using the Fusion AI API with JavaScript
Open Recipe
🦉
Using the Fusion AI API with C# and RestSharp
Open Recipe
🦉
Using the Fusion AI API with Java and OkHttple
Open Recipe
Next Steps
Great job setting up the Yelp Fusion AI API in your chosen framework! Now that you have the basics working, here's how to take your integration further:
- Deepen Your Understanding: Revisit our Getting Started Guide to learn when and how to include a chat_id in your requests.
- Explore API capabilities: Visit our Current Capabilities & Limitations page to see what the AI API can do, along with any constraints and boundaries to keep in mind.
Updated about 17 hours ago