Seamless Integration
WordPress Plugin
The primary way to use Creation Genius is through our official WordPress plugin. It provides a native interface inside your WP admin panel.
- Download the Creation Genius plugin zip file.
- Go to your WordPress Dashboard > Plugins > Add New.
- Click Upload Plugin and select the zip file.
- Activate the plugin.
- Navigate to Creation Genius > Settings and enter your API key.
API Integration (Custom)
For non-WordPress platforms, you can integrate directly with our REST API.
POST https://api.creationgenius.com/api/create
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"topic": "The Future of AI",
"keywords": ["AI", "Tech", "Future"]
}Refer to our documentation for full API details.