---
title: "Get Public Data From Research"
method: POST
path: "/api/v1/research/get-public-data-from-research"
tags: ["research"]
---

# Get Public Data From Research

`POST /api/v1/research/get-public-data-from-research`

## Headers

- `x-api-key` string, required

## Request body

- PublicResearchDataRequestDTO
  - `keyword_value` string[], nullable
  - `brand_value` string[], nullable
  - `category` string[], nullable
  - `sub_industries` string[], nullable
  - `creative_category` string[], nullable
  - `format` string[], nullable
  - `hook_type` string[], nullable
  - `ad_concept` string[], nullable
  - `cta_type` string[], nullable
  - `visual_style` string[], nullable
  - `emotional_tone` string[], nullable
  - `talent_presenter_type` string[], nullable
  - `personas` string[], nullable
  - `hook_style` string[], nullable
  - `hook_category` string[], nullable
  - `ad_style` string[], nullable
  - `logo_placement` string[], nullable
  - `text_overlay_density` string[], nullable
  - `logo_timing` string[], nullable
  - `claim_type` string[], nullable
  - `proof_element` string[], nullable
  - `disclaimer_present` string[], nullable
  - `social_proof_element` string[], nullable
  - `offer_type` string[], nullable
  - `target_gender` string[], nullable
  - `talent_count` string[], nullable
  - `talent_delivery` string[], nullable
  - `talent_age_band` string[], nullable
  - `talent_gender` string[], nullable
  - `product_visibility` string[], nullable
  - `scene_setting` string[], nullable
  - `audio_style` string[], nullable
  - `pacing_style` string[], nullable
  - `hook` boolean, nullable
  - `family` string[], nullable
  - `is_organic` boolean, nullable
  - `limit` integer

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