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.

  1. Download the Creation Genius plugin zip file.
  2. Go to your WordPress Dashboard > Plugins > Add New.
  3. Click Upload Plugin and select the zip file.
  4. Activate the plugin.
  5. 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.