latestOpenAPI 3.1.02026-08-22127128516.1 KB
52f71c610f6b
Composition
Build, refine, or check a post draft
Run one step of Xquik's three-step writing workflow. Compose returns questions, editorial rules, and source-specific Radar recommendations. Refine returns goal-specific guidance. Score applies deterministic text checks. It does not predict reach or expose X ranking weights.
post/api/v1/compose
Request body
Example request
{
"step": "compose",
"topic": "PostgreSQL query planning"
}Response
Result for the requested workflow step
Example response
{
"contentRules": [
{
"rule": "Lead with a concrete claim."
}
]
}