Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hugging Face Transformers webhooks API

The following endpoints are for use with webhooks.

Hugging Face Transformers webhooks API is one of 27 APIs that Hugging Face Transformers publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include webhooks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 4 paths. It is described by OpenAPI 3.1.0, at version 0.0.1.

Requests are made against a single base URL, https://huggingface.co.

7 operations 4 paths 0 schemas 1 DELETE2 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.0.1
Base URL
https://api-inference.huggingface.co
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Hugging Face Transformers webhooks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

webhooks 7

The following endpoints are for use with webhooks.

GET
/api/settings/webhooks
List webhooks
→ 200
POST
/api/settings/webhooks
Create webhook
body → 200
GET
/api/settings/webhooks/{webhookId}
Get webhook
1 param → 200
POST
/api/settings/webhooks/{webhookId}
Update webhook
1 param body → 200
DELETE
/api/settings/webhooks/{webhookId}
Delete webhook
1 param → 200
POST
/api/settings/webhooks/{webhookId}/{action}
Enable/disable webhook
2 params → 200
POST
/api/settings/webhooks/{webhookId}/replay/{logId}
Replay webhook log
2 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hugging-face-transformers-webhooks-api-openapi.yml Raw ↑

Other APIs Hugging Face Transformers publishes across the network.

Hugging Face Transformers Library
Hugging Face Inference API
Hugging Face Spaces API
Text Generation Inference (TGI)
Hugging Face Transformers agentic-provisioning API
Hugging Face Transformers auth API
Hugging Face Transformers buckets API
Hugging Face Transformers collections API
Hugging Face Transformers datasets API
Hugging Face Transformers discussions API
Hugging Face Transformers docs API
Hugging Face Transformers inference-endpoints API