YouGuide
Developer API

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.

create-guide.sh
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"
  }'
201 Created
{
  "id": "gd_9f2c...",
  "status": "ready",
  "destination": "Kyoto, JP",
  "language": "en",
  "url": "https://acme-travel.youguide.site/kyoto",
  "sections": ["overview", "neighbourhoods", "food", "tips"]
}
Why build on YouGuide

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.

Endpoints

A focused, predictable surface

POST/v1/guidesGenerate a branded travel guide for any destination
GET/v1/guides/:idRetrieve a guide and its localized content
POST/v1/esim/ordersProvision an eSIM data plan and return the QR
POST/v1/concierge/threadsStart an AI concierge conversation
GET/v1/languages/:pairFetch a language guide for a source/target pair
POST/v1/webhooksSubscribe to guide, order and booking events

Start building today

Grab a sandbox key and make your first call in minutes.