Skip to main content
POST
/
v1
/
datasets
/
{dataset_id}
/
file_url
Add url's content as file to dataset
curl --request POST \
  --url https://api.gbase.ai/v1/datasets/{dataset_id}/file_url
"<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

file_url
string
required
file_name
string
required
user_define_title
string
learn_type
integer
default:100
source_url
string

Response

Successful Response

The response is of type any.

I