AI Travel Assistant API
The company that created the smart llm model for finding vacations currently allows you to connect to their API. For service and support: [email protected] This API provides AI-powered travel assistance with intelligent chatbot capabilities for flight and hotel bookings. It automatically detects user intent, delivers personalized recommendations, and enables natural conversation through OpenAI…
AI Travel Assistant API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Get Generate Payload /v1/openAI/generate-payload |
Extracts and structures travel information from natural language into a standardized JSON payload. Returns origin, destination, check-in/check-out dates, and number of travelers… |
| POST |
Get Flight Assistant /v1/openAI/flight-assistant |
AI-powered conversational assistant that guides users through flight search. Collects flight details (origin, destination, travel date) step-by-step in user's language and… |
| POST |
Get Hotel Assistant /v1/openAI/hotel-assistant |
AI-powered conversational assistant that guides users through hotel Search. Collects trip details (origin, destination, check-in, check-out dates) step-by-step in user's language… |
| POST |
Detect Travel Service(Hotel or Flight) /v1/openAI/detect-user-preference |
Classifies the user’s intent to determine whether they want to book a flight, a hotel, both, or neither. Returns a structured JSON response with the detected service type. |
| POST |
Get openAI chat /v1/openAI/chat-completions |
Users can send chat prompts to get AI-generated responses from the OpenAI. It processes user messages and returns intelligent chat replies in real time. |