POST
/
v1
/
datasets
/
{dataset_id}
/
files
Add file to dataset
curl --request POST \
  --url https://api.gbase.ai/v1/datasets/{dataset_id}/files \
  --header 'Content-Type: multipart/form-data' \
  --form files=@example-file
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string<uuid>
required

Query Parameters

learn_type
integer
default:100

Body

multipart/form-data

Response

200
application/json

Successful Response

The response is of type any.