Skip to main content

Create Data Source

POST 

/api/v1/data-sources

Create a new data source.

Request

Query Parameters

    project_id any
    organization_id any

Cookie Parameters

    session any

Body

required

    name Name (string)required

    The name of the data source.

    source_type ConfigurableDataSourceNames (string)required

    Possible values: [S3, AZURE_STORAGE_BLOB, GOOGLE_DRIVE, MICROSOFT_ONEDRIVE, MICROSOFT_SHAREPOINT, SLACK, NOTION_PAGE, CONFLUENCE, JIRA, BOX]

    custom_metadata

    object

    Custom metadata that will be present on all data loaded from the data source

    anyOf

    property name*

    object

    anyOf

    object

    component

    object

    required

    anyOf

    object

Responses

Successful Response

Schema

    id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    name Name (string)required

    The name of the data source.

    source_type ConfigurableDataSourceNames (string)required

    Possible values: [S3, AZURE_STORAGE_BLOB, GOOGLE_DRIVE, MICROSOFT_ONEDRIVE, MICROSOFT_SHAREPOINT, SLACK, NOTION_PAGE, CONFLUENCE, JIRA, BOX]

    custom_metadata

    object

    Custom metadata that will be present on all data loaded from the data source

    anyOf

    property name*

    object

    anyOf

    object

    component

    object

    required

    anyOf

    object

    project_id uuidrequired
Loading...