---
title: "Create Trip"
method: POST
path: "/conv/trips/"
tags: ["conversational"]
---

# Create Trip

`POST /conv/trips/`

Start a new trip conversation.

## Request body

- CreateTripRequest
  - `message` string, nullable
  - `context` string

## Response `201`

Successful Response

- ApiConversationalTripResponse
  - `response` string, required
  - `trip_id` string, nullable, required
  - `session_id` string, required
  - `navigate_to_trip` string, nullable
  - `trip_facts` object, nullable
  - `stats` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
