Register a new ingestion source (connector). Provide the connector type (e.g. email), a label, and type-specific configuration. 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.
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
Payload for creating a new connector.
Type of the connector. A connector is defined by its type and configuration. If type is 'email', an inbox will be created. This inbox will be used to collect emails and automatically extract their content into Bigdata.
email 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.
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
The created connector, including connector_id and (for email) the inbox address in config. New content sent to the connector will be ingested and appear as documents.
An ingestion source (e.g. email inbox). 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 (e.g. email). Determines the configuration and how content is ingested.
email 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"
Type-specific settings (e.g. in the case of email type,allowed_emails is mandatory)