cURL
curl --request POST \ --url https://api.gbase.ai/v1/datasets/{dataset_id}/links \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "links": [ "<string>" ], "spa": false, "max_images": 10 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
An enumeration.
file
website
sitemap
gitbook
faq
api
integration
Successful Response