Best Looks
Best Looks is an AI travel planning application for discovering destinations, building itineraries, and exploring places through immersive 360° travel video and community travel content.
Privacy Policy
Outpost (Best Looks) needs JavaScript for maps, video, and the full travel app.
Embedded API reference (same on every page load; for tools that cannot fetch /api-documentation.txt or .html)
Base URL: https://www.bestlooks.net
Trip planning — POST /v1/trip-planning — full URL: https://www.bestlooks.net/v1/trip-planning
Headers: Content-Type: application/json. Authorization: Bearer <token> optional on this route in current backend.
Required JSON: location (string). Optional: startDate, endDate (YYYY-MM-DD), preferences (string or object), budget (number), language, originalQueryLanguage, chatHistory (array of role/content for follow-ups).
Do not use as top-level keys: destination, trip_name, duration_days, destinations, output_format — put that in preferences and dates in startDate/endDate.
Example curl:
curl -sS -X POST "https://www.bestlooks.net/v1/trip-planning" -H "Content-Type: application/json" -d '{"location":"Italy: Rome, Florence, Venice","startDate":"2026-09-12","endDate":"2026-09-21","budget":5500,"preferences":"Mid-range; food and history; high-speed rail; central hotels.","language":"English","originalQueryLanguage":"English"}'Other documented POST paths under /v1/: extract-parameters, translate, format-query, google-business, google-reviews, consumer-products, breaking-news, events-nightlife, documentation-issues, travel-scams, crime-statistics, hospital-recommendations, medical-diagnosis, insurance-authorization, medical-legal-assistance, travel-emergency, sora-prompt.
Also available: /api-documentation.html, /api-documentation.txt. SPA docs: /api-documentation (requires JavaScript).