Home / Formulas / Hugging Face

Hugging Face

huggingface

Authenticate with Hugging Face using access tokens. Access models, datasets, and Spaces.

🔐 Authentication Methods

token
Access Token
  • Go to Settings > Access Tokens
  • Create a new token (read, write, or full access as needed)
  • Copy the token

👤 Identity

Account: e.g., personal, organization name

🌐 APIs

rest
Base URL: https://huggingface.co/api
Auth Header: Authorization: Bearer {token}
Spec Type: openapi
Methods: token
inference
Base URL: https://api-inference.huggingface.co
Auth Header: Authorization: Bearer {token}
Methods: token
← Back to all formulas