Hugging Face · Example Payload

Hugging Face Hub User Info Example

Hugging Face Hub User Info Example is an example object payload from Hugging Face, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeidnamefullnameemailemailVerifiedplancanPayavatarUrlorgsauth

Example Payload

Raw ↑
{
  "type": "example_value",
  "id": "abc123",
  "name": "Example Title",
  "fullname": "example_value",
  "email": "user@example.com",
  "emailVerified": "user@example.com",
  "plan": "example_value",
  "canPay": true,
  "avatarUrl": "https://www.example.com",
  "orgs": [],
  "auth": "example_value"
}