/
HU
huggingface
/
Hub API Endpoints
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 20h ago · Updated 20h ago
View markdown
huggingface
Hub API Endpoints
post
Register a new OAuth app
v
latest
OpenAPI 3.1.0
2026-08-08
314
2
953.7 KB
agentic-provisioning
9
agents
1
auth
1
buckets
14
collections
18
container
1
datasets
36
discussions
20
docs
3
inference-endpoints
2
jobs
23
kernels
4
models
36
notifications
5
oauth
4
post
Register a new OAuth app
post
Initiate device authorization
get
Get user info
post
Get user info
orgs
14
papers
7
repo-search
2
repos
3
resource-groups
9
scim
28
service-accounts
8
spaces
41
sql-console
3
tokens
1
users
14
webhooks
7
oauth
Register a new OAuth app
post
/oauth/register
Request body
object
required
redirect_uris
string[]
client_name
string
client_uri
string
uri
logo_uri
string
uri
scope
string
contacts
string[]
token_endpoint_auth_method
'client_secret_basic'
|
'none'
|
'client_secret_post'
software_id
string
software_version
string
Response
Details of the OAuth app that was created
object
required
client_id
string
required
client_secret
string
client_id_issued_at
number
required
client_secret_expires_at
number
required
redirect_uris
string[]
required
client_name
string
client_uri
string
uri
logo_uri
string
uri
scope
string
required
grant_types
string[]
required
contacts
string[]
token_endpoint_auth_method
'client_secret_basic'
|
'none'
|
'client_secret_post'
software_id
string
software_version
string