cURL
curl --request POST \ --url https://api.gbase.ai/v1/datasets/{dataset_id}/files \ --header 'Content-Type: multipart/form-data' \ --form files=@example-file
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any