Overview
Upload Document saves content into the user’s private Bigdata.com corpus and submits it for enrichment and indexing. It is designed for research artifacts — memos, summaries, screens, comparisons, and analyses — so they can be retrieved later withbigdata_search and the private content discovery tools.
When to Use
Upload Document is ideal for:- Saving research artifacts: Persisting memos, summaries, or analyses produced during a session
- Building a private corpus: Adding tagged notes that remain searchable across future workflows
- Sharing within the organisation: Optionally making uploaded content available to other members of the organisation
How It Works
- Prepare the content as UTF-8 text (Markdown preferred)
- Choose tags using the
prefix:valueconvention (for exampletopic:semiconductors,project:q3-review). Optionally review existing tags withbigdata_list_tags - Decide sharing: leave private by default, or share with the organisation
- Upload with
bigdata_upload_document— the response returns immediately while enrichment and indexing continue in the background - Check status later with
bigdata_list_documents, or open the file at https://app.bigdata.com/files
Parameters
Important Notes
- Upload is asynchronous. A successful response always returns
status="processing"; the document becomes searchable only after enrichment and indexing complete - A newly uploaded document may take a short time to appear in
bigdata_list_documentswhile it is registered server-side - Binary files (PDF, DOCX, PPTX, and similar) cannot be uploaded through this tool
Data Returned
Practical Tips
Tagging for later retrieval
Use consistentprefix:value tags so content is easy to find with bigdata_list_tags and tag-scoped bigdata_search queries — for example topic:semiconductors or project:earnings-q2-2025.
After upload
Once enrichment finishes, usebigdata_fetch_document to read the full document, or bigdata_search to retrieve it alongside other private and public content.