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_idstringrequiredGET
/memuron/documents/{node_id}/sourcecurl https://api.memuron.com/memuron/documents/{node_id}/source200 OK
{
"status": "success",
"document_id": "artha_…",
"download_url": "https://…",
"expires_in_seconds": 3600
}