Skip to main content
The Artifacts API creates typed professional documents under strict JSON-schema decoding, renders them into Markdown, runs executable verifiers, and makes the final evidence and limitations visible. The same verifier surface can inspect content that WriterzRoom did not generate. The product interface is available at Artifacts (/artifacts). API routes use the standard https://api.writerzroom.com/api base URL and a user API key.

Supported Artifacts

Strict decoding proves that output conforms to a schema. Executable verifiers prove only the local rules they report as decided. Neither is a substitute for a citator, licensed clinical code set, source audit, or qualified professional review.

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

Use POST /artifacts/verify for a pasted draft, an imported document, or content generated before artifact-native workflows existed.
If the selected vertical configures no executable verifiers, the endpoint returns 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.
Last modified on August 13, 2026