integrations

Authorize Slack integration

Start Slack OAuth for the current organization.

get/v1/integrations/slack/oauth/authorize

Query parameters

store_namestring nullable

Optional ingestion store name

Optional ingestion store name

access_mode'bot' | 'user'

Authorize as the current Slack user (default). bot installs a workspace bot and is only available from the dashboard; requests authenticated with an API key must use user.

Authorize as the current Slack user (default). bot installs a workspace bot and is only available from the dashboard; requests authenticated with an API key must use user.

referencestring nullable

Opaque value echoed back as reference on the return URL, so your app can match the outcome to the user who started the flow

Opaque value echoed back as reference on the return URL, so your app can match the outcome to the user who started the flow

metadata_contextualizationboolean

Contextualize chunks with the connector's curated metadata fields

Contextualize chunks with the connector's curated metadata fields

file_contextualizationboolean

Generate an LLM context for each chunk situating it within the full document

Generate an LLM context for each chunk situating it within the full document

ingestion_mode'fast' | 'high_quality'

Strategy for adding a file to a store.

Parsing strategy for imported files

Changes