Skip to content

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

MethodPathDescriptionRole
GET/sessionsList all live agent sessionsEditor+
GET/sessions/{id}Get session details and current stateEditor+
POST/sessionsCreate a new live agent sessionEditor+
DELETE/sessions/{id}Delete a sessionEditor+

Content Generation

MethodPathDescriptionRole
POST/sessions/{id}/generateGenerate content for the current stepEditor+
POST/sessions/{id}/feedbackProvide feedback to refine generated contentEditor+
POST/sessions/{id}/publishPublish the final content to the target platformEditor+

Tools

MethodPathDescriptionRole
POST/seo-calculatorCalculate SEO metrics for a given keyword and contentEditor+

UniSync Documentation