cURL
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>" } ]
Create one or more page audits
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request to create one or more page audits.
URLs to audit
1
Successful Response
Was this page helpful?