POST
/
v1
/
datasets
/
{dataset_id}
/
links
curl --request POST \
  --url https://api.gbase.ai/v1/datasets/{dataset_id}/links \
  --header 'Content-Type: application/json' \
  --data '{
  "links": [
    "<string>"
  ],
  "spa": false,
  "max_images": 10
}'
This response does not have an example.

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

Query Parameters

An enumeration.

Available options:
file,
website,
sitemap,
gitbook,
faq,
api,
integration

Body

application/json

Response

204

Successful Response