---
title: "Create overview event"
method: POST
path: "/draft_trips/{trip_uuid}/itineraries"
tags: ["Trip Overview"]
---

# Create overview event

`POST /draft_trips/{trip_uuid}/itineraries`

Create Overview Event

## Path parameters

- `trip_uuid` string, required

## Request body

- object
  - `data` CreateItinerary — Create Overview Event
    - `title` string, required — Allows you to set the title of the overview event
    - `name` string, required — Allows you to set the name of the overview event
    - `description` string — Allows you to set the description of the itinerary event. This field allows HTML tags(b, i, a) for better formatting.
    - `photo_url` string, required — Allows you to set the image URL of the itinerary event

## Response `201`

Successfully created

- object
  - `data` Itinerary — Itinerary model
    - `id` integer — ID of the itinerary event
    - `trip_uuid` string, required — Unique ID of the trip
    - `title` string, required — Title of the itinerary event
    - `name` string, required — Name of the itinerary event
    - `description` string — Description of the itinerary event
    - `photo_url` string, required — Image url of the itinerary event

---

[API](https://skmtc.net/wetravel/apis/authentication-api.md) · [All operations](https://skmtc.net/wetravel/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wetravel/authentication-api/revisions/5c747875f084/schema)
