cURL
curl --request POST \ --url https://api.gbase.ai/v1/datasets/{ai_id}/datasets/{dataset_id} \ --header 'Authorization: Bearer <token>'
{}
Bind dataset to ai
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response