Live Agents API
Interactive content generation sessions with real-time feedback loops, allowing users to guide AI content creation step-by-step.
Prefix: /api/live-agents
Endpoints
Sessions
| Method | Path | Description | Role |
|---|---|---|---|
GET | /sessions | List all live agent sessions | Editor+ |
GET | /sessions/{id} | Get session details and current state | Editor+ |
POST | /sessions | Create a new live agent session | Editor+ |
DELETE | /sessions/{id} | Delete a session | Editor+ |
Content Generation
| Method | Path | Description | Role |
|---|---|---|---|
POST | /sessions/{id}/generate | Generate content for the current step | Editor+ |
POST | /sessions/{id}/feedback | Provide feedback to refine generated content | Editor+ |
POST | /sessions/{id}/publish | Publish the final content to the target platform | Editor+ |
Tools
| Method | Path | Description | Role |
|---|---|---|---|
POST | /seo-calculator | Calculate SEO metrics for a given keyword and content | Editor+ |