onboarding

Classify First Message Route

Extract trip facts from a user's first chat message and look up the destination's hero photo.

Used by the landing page to dynamically skip onboarding screens whose answers the user already provided. Returns empty classification + null hero on failure so the caller can safely treat the result as "no prefill" — never raises a 5xx for prompt or parsing issues.

post/onboarding/classify-first-message

Request body

messagestring required

Response

Successful Response

hero_photo_urlstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.