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/{id}

Authentication

Required.

Path parameters

id
string
required
The web source ID.

Response

success
boolean
webSource
object
The web source object (see List Web Sources for the full shape).

Example

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