Create Manual Trip

Create a trip from a destination (+ optional dates) WITHOUT starting a conversation turn — the mobile New-tab sheet. The pre-set title makes generate_trip_title a no-op and nothing enqueues date extraction (same trick as the email-scan path's create_scan_trip); a background task extracts extracted_destination from the destination text so the hero image resolves without any messages.

post/trips/manual

Request body

destinationstring required
start_datestring nullable
end_datestring nullable
place_idsstring[] nullable
duration_daysinteger nullable
build_itineraryboolean
build_notes_and_timesboolean
entry_pointstring nullable
excluded_place_idsstring[] nullable

Response

Successful Response

idstring required
conversation_idstring required
should_show_onboardingboolean required
created_atstring date-time required
updated_atstring date-time required
places_attachedinteger

Changes

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