Skip to main content
GET
/
api
/
integrations
/
huggingface
Get Huggingface Settings
curl --request GET \
  --url https://api.example.com/api/integrations/huggingface \
  --header 'Authorization: Bearer <token>'
{
  "enabled": false,
  "has_token": false,
  "saved_tokens": [
    {
      "id": "<string>",
      "masked_token": "<string>",
      "created_at": "<string>"
    }
  ],
  "is_active": false
}

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

Cookies

antidote_session
string | null

Response

Successful Response

enabled
boolean
default:false
has_token
boolean
default:false
saved_tokens
SavedTokenEntry · object[]
is_active
boolean
default:false