---
title: "Start Competitor Ads Fetch"
method: POST
path: "/api/onboarding/marketing/competitors/fetch"
---

# Start Competitor Ads Fetch

`POST /api/onboarding/marketing/competitors/fetch`

Kick off a background fetch of video ads for the selected competitor page.

## Request body

- StartCompetitorAdsFetchRequest — Request schema for starting competitor ad fetching.
  - `competitorQuery` string, nullable
  - `competitorName` string, required
  - `competitorPageId` string, required
  - `limit` integer

## Response `200`

Successful Response

- StartCompetitorAdsFetchResponse — Response schema for starting competitor ad fetch.
  - `success` boolean
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
