---
title: "Create User Journey"
method: POST
path: "/api/v1/adam/journey"
tags: ["adam"]
---

# Create User Journey

`POST /api/v1/adam/journey`

## Request body

- AdamBrandDTO
  - `brand_name` string, required
  - `domain_id` string, nullable
  - `analysis_id` string, nullable
  - `brand_id` string, nullable
  - `brand_description` object, nullable
  - `page_id` string, nullable
  - `logo_url` string, nullable
  - `sources_to_scan` unknown[], nullable
    - unknown
  - `volume` string, required
  - `recipients` string[], nullable
  - `adam_user_journey` AdamUserJourneyCreateDTO[], required
    - `category` string, required
    - `brand_tier` string, required
    - `competitors` Competitor[], nullable
      - `brand_name` string, required
      - `page_id` string, required
      - `logo_url` string, required
      - `category` string, required
    - `keywords` JourneyKeywordDTO[], nullable
      - `keyword` string, required
      - `filters` unknown
    - `recipients` string[], nullable
    - `format_mix` object, required
    - `volume` string, required
    - `countries` unknown[], nullable
      - unknown
    - `advanced_settings` AdvancedSettingsDTO
      - `include_ads_older_than_30_days` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
