Skip to content

Run Audit

POST
/api/v1/studio/store-audit/run

Start a store audit for all products in a project.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"project_id": "string",
  
"enabled_checks": [
  
  
"string"
  
]
}

Responses

Successful Response

application/json
JSON
{
  
"audit_id": "string",
  
"job_id": "string",
  
"estimated_products": 0,
  
"estimated_xct": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation