Ingest Connector Folder
Ingest every supported file in a folder into a project (NotebookLM-style).
Lists the folder’s supported documents via the connector, then fetches
and ingests each one into project_id as DOCUMENT_VERIFIED memory
records, recording one project_sources row per file. The batch is
resilient: a file that fails to fetch, extract, or write is marked
failed and the run continues, so one bad file never aborts the
folder. Project ownership is verified up front (404 with nothing written
on a cross-tenant project_id) and the per-file daily ingest rate limit
is enforced exactly as the single-document path.
IDOR AUDIT PASS - project ownership and every write are scoped to the
authenticated user_id.
Authorizations
EDN API key presented as 'Bearer ' in the Authorization header. Create and manage keys from the Console.
