Use the Style Profiles API to list available writing modes and retrieve individual profile details before generation. This keeps integrations aligned with the current WriterzRoom style profile catalog instead of relying on hard-coded options.Documentation Index
Fetch the complete documentation index at: https://docs.writerzroom.com/llms.txt
Use this file to discover all available pages before exploring further.
Style Profile Overview
Tone
Controls how the content sounds.
Voice
Shapes perspective, authority, and personality.
Audience
Aligns output with reader expectations.
Format
Supports platform and writing constraints.
List Style Profiles
Get Style Profile by Slug
Supported Operations
| Operation | Description |
|---|---|
| List style profiles | Retrieve available writing modes |
| Get style profile | Retrieve one profile by slug |
| Read metadata | Access tone, voice, audience, platform, and formatting details |
Integration Flow
Best Practice
Use the API catalog as the source of truth for style profile selection. This keeps your integration current as WriterzRoom adds, updates, or refines style profiles.Should style profiles be hardcoded?
Should style profiles be hardcoded?
Avoid hardcoding style profile lists in production integrations. Fetch the current catalog from the API when building selection interfaces.
What does a style profile control?
What does a style profile control?
A style profile controls tone, voice, depth, pacing, formality, audience behavior, and platform-specific writing expectations.
How does this relate to templates?
How does this relate to templates?
Templates define what the system creates. Style profiles define how the content should sound and read.
Templates API
Retrieve available templates for generation setup.
Generate Content
Submit a request using the selected style profile.