Skip to main content
POST
/
api
/
datasets
/
{dataset_id}
/
integrations
/
huggingface
/
test
Test Dataset Huggingface
curl --request POST \
  --url https://api.example.com/api/datasets/{dataset_id}/integrations/huggingface/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "dataset_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

dataset_id
string
required

Cookies

antidote_session
string | null

Body

application/json
token
string | null
dataset_id
string | null

Response

Successful Response

The response is of type Response Test Dataset Huggingface Api Datasets Dataset Id Integrations Huggingface Test Post · object.