Skip to content

Web Sources API

Manage web sources used as automation inputs for content agents, providing URLs to scrape and reference during content generation.

Prefix: /api/web-sources

Endpoints

MethodPathDescriptionRole
GET/List web sources for the current environmentEditor+
GET/{id}Get web source detailsEditor+
POST/Create a new web sourceEditor+
PUT/{id}Update a web sourceEditor+
DELETE/{id}Delete a web sourceEditor+
POST/validateValidate a URL is reachable and scrapableEditor+

UniSync Documentation