Skip to main content
POST
/
{brand_id}
/
page-audits
Create Page Audits
curl --request POST \
  --url https://api.scrunchai.com/v1/{brand_id}/page-audits \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "urls": [
    "<string>"
  ]
}
'
[
  {
    "url": "<string>",
    "page_audit_id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
integer
required

Body

application/json

Request to create one or more page audits.

urls
string[]
required

URLs to audit

Minimum array length: 1

Response

Successful Response

url
string
required
page_audit_id
string
required