Request a pre-signed URL to upload a document directly to Bigdata.com. The response contains a single-use url and the document id (content ID). To complete the upload, perform a PUT request to that URL with the document file as the request body. After the PUT succeeds, the document is ingested and will be available for retrieval once processing is complete. Use the returned id with Get document to poll for status.
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
Name of the file being uploaded (e.g. research_report.pdf).
"research_report.pdf"
Optional publication date/time for the document (ISO 8601). This date will be used as the reference timestamp for search and retrieval.
"2025-06-15T10:30:00Z"
Optional list of tag names to apply to the document. Tags can be used to search and filter documents in the Search and Research-Agent services.
["Research Team"]If true, all members of your organization can access the file once it is processed. If false, only you can access the processed content.
true
Pre-signed URL and document id. PUT the file to the URL to complete the upload; use the id with Get document to poll for status.