memμrondocs
Console
API REFERENCE

Resolve source

Resolve a document, chunk, or collection node to the original uploaded source and a short-lived download URL.

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

Path parameters

node_idstringrequired

GET/memuron/documents/{node_id}/source
curl https://api.memuron.com/memuron/documents/{node_id}/source
200 OK
{
  "status": "success",
  "document_id": "artha_…",
  "download_url": "https://…",
  "expires_in_seconds": 3600
}