Skip to main content
POST
Connect Huggingface

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
X-API-Key
string | null

Body

application/json
provider_token
string
required
Minimum string length: 1
expires_at
integer | null
provider_refresh_token
string | null
scopes
string[]

Response

Successful Response

connected
boolean
required
email
string | null
last_used_at
string<date-time> | null
provider
string
default:huggingface
Allowed value: "huggingface"
reauth_required
boolean
default:false
revoked_at
string<date-time> | null
scopes
string[]
username
string | null