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
| Method | Path | Description | Role |
|---|---|---|---|
GET | / | List web sources for the current environment | Editor+ |
GET | /{id} | Get web source details | Editor+ |
POST | / | Create a new web source | Editor+ |
PUT | /{id} | Update a web source | Editor+ |
DELETE | /{id} | Delete a web source | Editor+ |
POST | /validate | Validate a URL is reachable and scrapable | Editor+ |