Introduction
Developer Documentation
Section titled “Developer Documentation”This guide will help you integrate our powerful AI-powered blog generation capabilities into your applications.
What is blogz.ai?
Section titled “What is blogz.ai?”blogz.ai provides a RESTful API that allows you to programmatically generate high-quality blog posts using advanced AI technology.
Quick Start
Section titled “Quick Start”- Get Your API Key: Navigate to your dashboard to generate an API key
- Authenticate: Use your API key to authenticate requests
- Start Building: Explore our API endpoints and start creating content
What’s Next?
Section titled “What’s Next?”- Learn about Authentication
- Explore the API Reference
Generate API Key
Section titled “Generate API Key”To use the blogz.ai API, you need to generate an API key from your dashboard.
Subscription Requirement & Usage Limits
Section titled “Subscription Requirement & Usage Limits”Access to the Blogz API is exclusively available to users with an active subscription, starting from the Basic plan. Ensure your account has an active subscription before attempting to use the API.
Furthermore, please be aware that each blog post successfully created via the API will count towards the usage limits defined by your subscribed package. Monitor your usage to stay within your plan’s boundaries.
Additionally, certain advanced API features, such as providing custom text for parameters like "toneStyle" or "targetAudience" using the "customValue" field, are available exclusively to users on the Premium plan.
For detailed information on subscription plans and their associated limits, please check our pricing models.
Authentication
Section titled “Authentication”Include your API key in the Authorization header:
curl -X POST {API_ENDPOINTS.BLOGS.CREATE} \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "blogParams": { "language": {"name": "English", "value": "en"} other parameters... } }'