White Labeling
Update Credentials
API Documentation
Health
Files
Web Scrape
Data Source
SharePoint
GitHub
Chunks / Embeddings
Retrieval
White Labeling
Update Credentials
POST
/
white_label
/
update
curl --request POST \
--url https://api.carbon.ai/white_label/update \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"data_source_type": "GOOGLE_DRIVE",
"credentials": {
"client_id": "<string>",
"redirect_uri": "<string>",
"client_secret": "<string>",
"api_key": "<string>"
}
}'
"<any>"
Authorizations
Bearer <token>
, corresponds to API keys.
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.carbon.ai/white_label/update \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"data_source_type": "GOOGLE_DRIVE",
"credentials": {
"client_id": "<string>",
"redirect_uri": "<string>",
"client_secret": "<string>",
"api_key": "<string>"
}
}'
"<any>"