Upload data from Cloud
Last updated
Last updated
API to upload data from Cloud storage.
If using GCS or GBQ, before executing the APIs to upload data, grant read access to the Google Cloud Storage bucket or Google BigQuery table.
Tenant Id can be retrieved from the UI as listed here
Source Id can be retrieved from the UI or using the APIs
POST
https://demo.api.telm.ai/v2/<tenant>/sources/<source_id>/batch_data
Location specific request body parameters are defined below.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Use json representation described in GCS Request data
Use json representation described in GBQ Request data
Use json representation described in S3 Request data
Use json representation described in Azure Request data
Use json representation described in Snowflake Request data
source_id*
string
Id of source to upload data to
tenant*
string
Name of tenant
Content-type
string
application/json
Authentication*
string
Bearer <access_token>. Access token from Authentication API