---
title: "User First Ads Route"
method: POST
path: "/api/v1/project/create-user-first-ads"
tags: ["projects"]
---

# User First Ads Route

`POST /api/v1/project/create-user-first-ads`

## Request body

- UserFirstAdsRequestDTO
  - `ad_type` 'video' | 'image'
  - `project_id` string, nullable
  - `project_url` string, nullable
  - `project_data` object, nullable

## 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)
