POST
/
v1
/
datasets
/
{dataset_id}
/
files
curl --request POST \
  --url https://api.gbase.ai/v1/datasets/{dataset_id}/files \
  --header 'Content-Type: multipart/form-data' \
  --form 'files=[
  null
]'
"<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
required

Body

multipart/form-data

Response

200
application/json

Successful Response

The response is of type any.