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.
POST /generate starts a new content generation job.
It accepts the selected template, selected style profile, generation mode, optional vertical, and structured user input required for that request. The response returns a request_id rather than a completed draft because generation runs asynchronously.
Generation Overview
Template
Defines the content structure.
Style
Controls tone, voice, and audience fit.
Input
Supplies topic, audience, and requirements.
Request ID
Tracks the job until completion.
Request
Response
Core Request Fields
| Field | Required | Description |
|---|---|---|
template_id | Yes | Template identifier, such as blog_article_generator |
style_profile_id | Yes | Style profile identifier, such as general_blog |
generation_mode | Recommended | Generation tier, such as quick, standard, or premium |
user_input | Yes | Structured inputs required by the selected template |
vertical_id | Optional | Domain configuration, such as saas_tech, medical_ai, or political |
Core Request Pattern
Choose a template identifier
Select the content structure that matches the output you want to create.
Choose a style profile identifier
Select the writing behavior that controls tone, voice, depth, and audience fit.
Best Practice
Validate template and style identifiers before submitting large batches of requests. That reduces avoidable failures and makes automation more reliable.Check Generation Status
Poll the request until content completes or fails.
Endpoints Reference
Review available API endpoints.