Create Optimize And Deploy Pipeline
Create an orchestrated pipeline: audit pages, optimize content, and deploy to AXP
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Request to create an orchestrated site audit pipeline.
Simple list of URLs to audit (use this OR requests, not both)
URL requests with per-URL optimization params (use this OR urls, not both)
Run content optimization after audit
Deploy optimized content to AXP (requires optimize=true and site_id)
Audit + optimize + stage content without deploying live (requires optimize=true and site_id; mutually exclusive with deploy_axp)
RegisteredSite ID for AXP staging/deployment (required if deploy_axp or stage_axp)
Prompts for optimization (optional - if omitted, we infer from page content)
Personas for optimization (optional - if omitted, we use defaults)
Source URLs for optimization (optional)
Skip AI suggestions, use only provided prompts/sources
Webhook URL override for this pipeline (uses brand default if not set)
1 - 2083