# blogAIzer API > AI content pipeline as a service ## What blogAIzer does blogAIzer generates research-backed, EEAT-compliant blog posts via API. Send a topic, get a complete article with HTML, featured image, social posts, and SEO metadata. Async processing, ~45 seconds per article. ## Quick start 1. POST /v1/account/register → get API key 2. POST /v1/config/brand → set brand voice and style 3. POST /v1/content/articles → submit topic, get job_id 4. GET /v1/content/articles/{job_id} → poll for result ## Endpoints POST /v1/account/register — Create account, get API key POST /v1/account/subscribe — Subscribe to a plan via Stripe GET /v1/account/usage — Check credits and usage POST /v1/config/brand — Configure brand identity POST /v1/config/products — Add products with competitors POST /v1/config/personas — Define target audiences POST /v1/config/publish-targets — Set WordPress/webhook delivery POST /v1/content/articles — Generate article (async, returns job_id) GET /v1/content/articles/{job_id} — Poll for result POST /v1/intelligence/ideas — Generate 10 curated ideas (2 credits) POST /v1/intelligence/analytics — Performance analysis (1 credit) POST /v1/intelligence/follow-ups — Follow-up ideas (2 credits) ## Pricing Starter: $49/mo, 50 articles Growth: $149/mo, 200 articles Scale: $499/mo, 1000 articles ## Links OpenAPI spec: https://blogaizer.com/openapi.yaml MCP manifest: https://blogaizer.com/mcp.json Documentation: https://blogaizer.com/docs