Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mind-e.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

GET /web-sources

Authentication

Required.

Query parameters

agentId
string
required
The agent ID.

Response

success
boolean
webSources
array

Example

curl "https://api.mind-e.co/web-sources?agentId=agent-id-here" \
  -H "Authorization: Bearer sk_live_your_key_here"