🚀 AICMO WordPress API Tester

Test all WordPress REST API endpoints

📝 Where to get your API Key:
Option 1 (WordPress Admin): Go to your WordPress admin panel → Aicmo menu → Enter/View your API key there
Option 2 (For Testing): You can use any string like aicmo_test123 - just make sure the same key is saved in WordPress admin
Option 3 (Production): Generate API keys from your AICMO website dashboard at aicmo.ai
⚠️ Note: You can test endpoints without an API key to see the error response from the plugin.

Available Endpoints

GET

Validate Connection

/wp-json/aicmo/v1/validate
GET

Get Categories & Authors

/wp-json/aicmo/v1/categories_authors
GET

Get Categories

/wp-json/aicmo/v1/categories
GET

Get Authors

/wp-json/aicmo/v1/authors
GET

Get Posts

/wp-json/aicmo/v1/posts

📝 Create Post (POST)

✏️ Update Post (PUT/PATCH)

Response

No requests made yet. Click any endpoint button above to test.