---
title: "Meta Ads Audit Endpoint"
method: GET
path: "/api/v1/meta-ads-audit"
tags: ["metaAdsAudit", "metaAdsAudit"]
---

# Meta Ads Audit Endpoint

`GET /api/v1/meta-ads-audit`

Performs a Meta Ads audit for a given URL:

1. Extracts brand name from the URL
2. Searches Meta Ad Library for brand suggestions
3. Returns the matching brand's adlibrary_url (if found)

This helps identify if a brand has ads running on Meta platforms
and provides the link to view them in Meta Ad Library.

## Query parameters

- `url` string, required — Product/Brand URL to audit (e.g., https://nike.com)

## Response `200`

Successful Response

- MetaAdsAuditAPIResponseDTO — API wrapper response
  - `success` boolean
  - `message` string
  - `data` MetaAdsAuditResponseDTO, required — Response for Meta Ads audit
    - `brandName` string, required
    - `matchedSuggestion` object, nullable
    - `totalAds` integer, nullable
    - `activeAds` integer, nullable
    - `inactiveAds` integer, nullable
    - `error` string, nullable

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