---
title: "Get Keyword Ad Base Data Db"
method: POST
path: "/api/v1/adam/get-keyword-name-data"
tags: ["adam"]
---

# Get Keyword Ad Base Data Db

`POST /api/v1/adam/get-keyword-name-data`

## Request body

- AdamKeywordDataDTO
  - `brand_id` string, required
  - `creative_category` string, required
  - `keyword` string, nullable
  - `brand_tier` string, nullable
  - `page` integer
  - `page_size` integer
  - `platform_type` string
  - `sort_type` string
  - `sort_direction` string
  - `ad_external_link` string, nullable
  - `hook` string, nullable
  - `theme` string, nullable
  - `body` string, nullable
  - `ad_start_date` string, nullable
  - `ad_status` string, nullable
  - `ad_display_format` string, nullable
  - `hook_not_null` boolean, nullable
  - `ad_angle` boolean, nullable
  - `date_filter` string, nullable
  - `creative_goals` string[], nullable
  - `hook_categories` string[], 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)
