Content Intelligence API
Manage content archetypes and templates used by the AI content generation engine.
Prefix: /api/cie
Endpoints
Archetypes
| Method | Path | Description | Role |
|---|---|---|---|
GET | /archetypes | List all content archetypes | Editor+ |
GET | /archetypes/{id} | Get archetype details | Editor+ |
POST | /archetypes | Create a new content archetype | Editor+ |
PUT | /archetypes/{id} | Update an archetype | Editor+ |
DELETE | /archetypes/{id} | Delete an archetype | Editor+ |
Templates
| Method | Path | Description | Role |
|---|---|---|---|
GET | /templates | List available content templates | Editor+ |