How Authentication Works
WriterzRoom API requests use Bearer token authentication. On supported plans, API keys are generated from the product settings area and supplied in the Authorization header for each request.Who Should Use API Access
API access is appropriate for users embedding WriterzRoom into applications, internal tools, automated content workflows, or editorial systems that need programmatic generation and retrieval.Key Management Guidance
- Store API keys securely, use environment variables, not hardcoded strings
- Do not commit keys into client-side code or public repositories
- Rotate keys if you suspect exposure or no longer need an integration
Generating an API Key
- Go to Settings → API Access
- Click Generate New Key
- Copy the key immediately, it will not be shown again
- Store it in your environment configuration