The travel platform, in a few lines of code
Generate guides, provision eSIM data, and embed the AI concierge with a clean REST API, typed SDKs and webhooks. Build the travel experience you want on top of YouGuide.
curl https://api.youguide.com/v1/guides \
-H "Authorization: Bearer $YOUGUIDE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"destination": "Kyoto, JP",
"language": "en",
"brand": "acme-travel"
}'{
"id": "gd_9f2c...",
"status": "ready",
"destination": "Kyoto, JP",
"language": "en",
"url": "https://acme-travel.youguide.site/kyoto",
"sections": ["overview", "neighbourhoods", "food", "tips"]
}An API developers actually enjoy
Typed SDKs
First-class TypeScript, Python and PHP clients with full type coverage.
Webhooks
Real-time events for guides, orders, bookings and concierge activity.
Idempotent by design
Safe retries with idempotency keys on every write endpoint.
Secure by default
Scoped API keys, OAuth for partners and SSO for enterprise teams.
Low latency
Global edge delivery keeps guide and concierge responses fast.
Great DX
Interactive docs, sandbox keys and copy-paste examples for every route.
A focused, predictable surface
/v1/guidesGenerate a branded travel guide for any destination/v1/guides/:idRetrieve a guide and its localized content/v1/esim/ordersProvision an eSIM data plan and return the QR/v1/concierge/threadsStart an AI concierge conversation/v1/languages/:pairFetch a language guide for a source/target pair/v1/webhooksSubscribe to guide, order and booking eventsStart building today
Grab a sandbox key and make your first call in minutes.
