Create connector
We recommend using Bigdata Connectors Management on the Developer Platform—the guided experience sets up connectors in four simple steps. You can also call this endpoint to register connectors programmatically.
Provide the connector type, label, and type-specific config.
For email connectors, an inbox is created and its address is returned; forward emails from allowed senders to that address to ingest, process and index incoming content.
For investment_research connectors, provide broker credentials and the platform will sync research documents from the broker feed.
For sharepoint (Microsoft SharePoint) connectors, set "type": "sharepoint" and supply config.session_id only. Contact support@bigdata.com to know more about how to generate this parameter.
Authorizations
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
Body
Payload for creating a new connector.
Type of the connector. If type is email, an inbox is created for forwarding messages into Bigdata. If type is investment_research, provide broker credentials in config for automated sync of research documents.
email, investment_research, sharepoint Display name for the connector (e.g. for admin UIs or List connectors).
"Broker Research - Daily Reports"
Connector-specific configuration. The structure depends on the connector type.
- Email
- Investment research
Optional short description of what this connector is used for.
"Collects daily reports from the broker's research team"
If true, all members of your organization can access the processed content. If false, only you can access the processed content.
false
Optional list of enrichments to apply to content ingested through this connector. Each value configures the processing pipeline to run an additional step on the content.
Supported enrichments:
reporting_entities: Identifies the document's reporting company, using the same concept as theReportingEntityreporting detail in Search. This keeps the reporting entity consistent with the rest of the Bigdata corpus, so you can reliably filter private content, transcripts and filings together.translation: Translates the document content so non-English material can be searched and analyzed alongside the rest of your corpus. Supports more than 70 languages.
reporting_entities, translation Response
The created connector. Email and investment_research responses include the non-secret fields described for each type. Sharepoint responses return **config as {}
An ingestion source (e.g. email inbox, investment research / broker feed, or Microsoft SharePoint). Returned by Create/Get/Update connector and List connectors.
Unique identifier for the connector. Use when updating, deleting, or filtering documents by connector.
"019a9612-bfad-758c-884e-37dd8c6ad2cb"
ID of the user who owns the connector.
"user_id_001"
ID of the organization the connector belongs to.
"org_id_001"
If true, all members of your organization can access the processed content. If false, only you can access the processed content.
true
Display name for the connector (e.g. for UI or admin lists).
"Broker Research - Daily Reports"
Connector type. Determines the configuration and how content is ingested.
email, investment_research, sharepoint Timestamp when the connector was created.
"2026-02-11T11:01:09.574095Z"
Timestamp when the connector was last updated.
"2026-02-11T11:01:09.574102Z"
Whether the connector is archived.
false
Optional human-readable description of what the connector is used for.
"Collects daily reports from the broker's research team"
Enrichments applied to content ingested through this connector. Each value adds a step to the processing pipeline.
Supported enrichments:
reporting_entities: Identifies the document's reporting company, using the same concept as theReportingEntityreporting detail in Search. This keeps the reporting entity consistent with the rest of the Bigdata corpus, so you can reliably filter private content, transcripts and filings together.translation: Translates the document content so non-English material can be searched and analyzed alongside the rest of your corpus. Supports more than 70 languages.
reporting_entities, translation Type-specific settings. Email connectors return inbox and allowed senders; investment research connectors return user_id only (never user_password); SharePoint connectors return config as {}.
- Email
- Investment research
Number of files ingested through this connector, when tracked (e.g. investment research sync).
10
Timestamp of the last sync from the external source, when applicable.
"2026-04-07T09:36:34.195040Z"
Outcome of the last sync (e.g. SUCCESS), when applicable.
"SUCCESS"
Error message from the last sync when it failed; null on success.
null
Number of items processed in the last sync, when applicable.
3200