Push a capture
Push a single item into a brain for ingestion. Accepts notes, URLs, raw text, chat transcripts, and PDF/DOCX/PPTX documents. Capture is asynchronous: this returns an ingest source whose status you can poll or receive via webhook.
Authentication
Your Living Brain API key. Create one from the dashboard; keys are scoped to an organization and carry the role of the member they were issued to.
Path parameters
Headers
Request
URL the service fetches and extracts instead of inlined content. Extraction is driven by kind: file -> parse PDF, Word, PPTX, HTML, or UTF-8 text; url -> scrape web page; transcript -> transcribe audio. Legacy .ppt and other unsupported binary formats are rejected. No cloud credentials needed.
MIME type hint for fetchUrl extraction (for example application/vnd.openxmlformats-officedocument.presentationml.presentation)
Original filename hint for fetchUrl extraction, including its extension
Short title / filename / URL for display
Origin URL / external id, also used as the idempotency key for dedup
Bucket hint for the resulting page(s)
Response
Owning subject id (host-defined)
Bucket hint for the resulting page(s)
Extracted text; null for fetchUrl sources not yet extracted
Origin URL / external id, also the idempotency key for dedup
Extraction hints (e.g. mimeType, fileName)