How do I get started with the free API access and obtain an API key?
Sign up for a free account and visit the pricing or account page to activate your free-tier API key. Use the key in an Authorization header for API requests and start with the provided example prompts to generate structured outputs.
What output formats are available and how can I import generated content into WordPress or a headless CMS?
Responses can be returned in JSON-first structures that include title, meta, outline, sections, and FAQs. For WordPress, convert section blocks to Gutenberg blocks or Markdown and import via the REST API. For headless CMS platforms, map JSON fields to your content model and upsert via the platform's API.
How do I keep a consistent brand voice across generated posts?
Include explicit voice and style instructions in metadata (tone, do/don’t rules, examples). Use a styleguide enforcement prompt cluster that mandates voice elements—e.g., avoid passive voice, prefer first-person plural, follow American English—and run a post-generation check for compliance before publishing.
Can the API generate SEO metadata and FAQ schema along with the article body?
Yes. Request the 'meta' and 'faqs' items in your structure array and receive meta descriptions, suggested keywords, and short FAQ Q&A suitable for JSON-LD or other schema formats for search snippets.
How should I structure prompts to produce publish-ready drafts versus topic outlines?
For outlines, request sections with H2s and two-sentence summaries. For publish-ready drafts, provide the finalized outline, target word count, persona, tone, and a CTA. Use the 'structure' field to ask for title, meta, outline, sections, and FAQs in one response so it's immediately importable.
Is localization supported for multiple countries and languages, and how do I include local keywords?
Yes—include a 'locale' and a list of localized keywords in the metadata. Use prompts that ask for culturally relevant examples and local search variants. Test outputs with local editors and adapt phrases to regional usage before publishing.
What are recommended development patterns for integrating generation into CI/CD or a content workflow?
Use serverless functions or automation tools to trigger generation, run validation checks (linting, metadata, brand voice), save drafts to a repo or CMS in draft state, and require a human approval step before deploying to production. Use version control for generated content to track changes.
What safety and editorial review steps should teams add before publishing AI-generated content?
Maintain human-in-the-loop review, run offensive-content filters, verify factual claims and links, and run SEO checks for duplicate content. Create an approval workflow in your CMS so editors can review and schedule posts only after compliance and quality checks pass.