memμrondocs
Console
API REFERENCE

Ingest a URL

Fetch a public HTTP(S) URL, extract readable content, and ingest it into the document graph.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Body parameters

urlstringrequired

space_refstringoptional

scopestring[]optional

custom_idstringoptional

source_idstringoptional

session_idstringoptional

thread_idstringoptional

source_urlstringoptional

URL ingest rejects non-HTTP schemes and private/internal hosts.
POST/memuron/documents/ingest-url
curl -X POST https://api.memuron.com/memuron/documents/ingest-url \
  -H "Content-Type: application/json"
200 OK
{
  "status": "success",
  "source_type": "markdown",
  "chunk_count": 4,
  "semantic_links_created": 3
}