Introduction
This guide will walk you through the step-by-step process of setting up Dappier Travel Concierge, a custom OpenAI GPT model that integrates with Dappierβs Real-Time Data API to provide smart, personalized travel recommendations. Whether youβre planning a vacation or a business trip, this concierge will assist you with flights, hotels, attractions, transportation, and more.Watch the Video Guide
If you prefer a visual walkthrough, check out the accompanying video guide below:Prerequisites
Before you begin, ensure you have:- An OpenAI account
- API access to create and configure custom GPTs
- A Dappier API Key (Get it from Dappier API Keys)
Step 1: Access the GPT Builder
- Navigate to OpenAIβs Custom GPT Page
- Log in to your OpenAI account
- Click on βCreate a GPTβ to begin customization
Step 2: Define GPT Characteristics
Name
Set the GPTβs name to Dappier Travel ConciergeDescription
Use the following description:A smart travel concierge using Dappierβs real-time data API for personalized recommendations.
Instructions
This GPT acts as a Travel Concierge that provides personalized travel recommendations, real-time travel updates, and itinerary planning. It helps users with:- Flight information
- Hotel bookings
- Local attractions
- Travel tips
- Highly structured queries before interacting with the API
- Accuracy, efficiency, and personalization in recommendations
- Friendly, professional, and proactive tone
- Todayβs date
- Booking links (flights, hotels, and activities)
- Structured day-wise itinerary
- Local events, festivals, and special experiences
- Transportation options (local transit, car rentals, airport transfers)
- Dining recommendations
- Weather updates & travel advisories
Step 3: Configure API Integration
API Endpoint
Your GPT will communicate with the Dappier Travel Data API at:Authentication
Use Bearer Token authentication. Include the API key in theAuthorization header:
Request Body Format
Send queries in JSON format:Example API Request (cURL)
Step 4: Configure Capabilities
Sample Conversation Starters
- Find me the best flight and hotel deal to Miami next weekend with weather updates.
- Find major events in Austin from current month 24-30 and suggest must-attend activities.
- Check next weekβs San Francisco weather and list essential items to pack.
- Suggest a 5-day itinerary for Bali this coming weekend.
Step 5: Import API Schema
To ensure proper interaction, import the OpenAPI schema:Step 6: Test and Iterate
- Use the OpenAI GPT interface to test queries like:
- βFind the best flight and hotel deal to Miami next weekend.β
- βSuggest a 5-day itinerary for Bali.β
- Ensure responses are accurate and formatted correctly.
- Refine GPT behavior by adjusting instructions as needed.
Step 7: Deploy and Share
Once finalized, you can:- Share your GPT publicly or privately
- Embed it in travel applications
- Continuously refine it based on feedback
- Private: Only accessible to you
- Unlisted: Accessible via a direct link
- Public: Available in the GPT Store
Privacy & Security
- All API interactions must comply with OpenAI and Dappierβs terms.
- Keep your API key secure and do not expose it publicly.
- Review Dappierβs Privacy Policy for more details.

