styleAgent
Run Style Agent
Run a Style Agent content check.
Submit document text to analyze it against your organization's style configuration. Set wait=true to block until the check completes and return the result (201 Created); the default (wait=false) returns 202 Accepted immediately with a workflow id to poll via GET /style-agent/workflows/{workflow_id}.
To check a PDF, Word, HTML, DITA, Markdown, or plain-text file, use POST /style-agent/run-file instead.
post/style-agent/run
Query parameters
waitboolean
Headers
Authorizationstring required
Bearer authentication
Request body
Response
Successful Response