API Documentation
Technical details for integrating with the Creation Genius content engine.
Authentication
All API requests must include your API Key in the request body. Your API key is uniquely tied to your domain.
{ "api_key": "YOUR_API_KEY", "domain": "yourdomain.com" }
Endpoints
POST/api/create
Generates full content based on provided parameters.
Parameters:
content_type: (string) blog, landing, howto, etc.intention: (string) seo, conversion, engagement, etc.tone: (string) professional, casual, friendly, etc.word_count: (string) target length.
POST/api/preview
Generates a content structure and specifications for review.
POST/api/modify
Modifies existing generated content based on feedback.
Error Codes
| Code | Description |
|---|---|
| 401 | INVALID_API_KEY |
| 403 | DOMAIN_MISMATCH |
| 429 | RATE_LIMIT_EXCEEDED |