/artifacts). API routes use the standard https://api.writerzroom.com/api base URL and a user API key.
Supported Artifacts
Discover Capabilities
GET /artifacts/types returns registered artifact types, compatible verticals and templates, verifier IDs, verifier limitations, the fixed generation mode, and the repair limit. Use this response instead of hard-coding the catalog.
Generate an Artifact
Artifact generation is always billed at the Standard generation cost. One API call includes the initial structured generation and, when a blocking verifier finding appears, at most one repair attempt. A provider or schema failure that delivers no usable result is refunded. A delivered artifact that fails verification is still charged because generation and verification ran.
ok: false can be a successful HTTP 200 response. It means the document and its diagnosis are available, but a blocking finding survived, a required check was incomplete, or the artifact was otherwise not fully usable. Do not treat HTTP success as verifier success.
Verify Existing Content
UsePOST /artifacts/verify for a pasted draft, an imported document, or content generated before artifact-native workflows existed.
configured: false; that is different from a configured verifier finding no violations. Reports include stable check IDs, verdicts (verified, violation, or unverifiable), severity, subject text, machine-readable evidence, coverage, and completeness.
Content Governance
Understand assurance, evidence, policy, and review obligations.
Endpoints Reference
Review the wider API surface.