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
urlstringrequiredspace_refstringoptionalscopestring[]optionalcustom_idstringoptionalsource_idstringoptionalsession_idstringoptionalthread_idstringoptionalsource_urlstringoptionalURL ingest rejects non-HTTP schemes and private/internal hosts.
POST
/memuron/documents/ingest-urlcurl -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
}