---
title: "Create Page Audits"
method: POST
path: "/{brand_id}/page-audits"
---

# Create Page Audits

`POST /{brand_id}/page-audits`

Create one or more page audits

## Path parameters

- `brand_id` integer, required

## Request body

- PageAuditCreateRequest — Request to create one or more page audits.
  - `urls` string[], required — URLs to audit

## Response `200`

Successful Response

- PageAuditRecord[]
  - `url` string, required
  - `page_audit_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrunch/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunch/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunch/scrunch-data-api/versions/3e09c2a06458/schema)
