Higgsfield · AsyncAPI Specification
Higgsfield Webhooks
Version
View Spec
View on GitHub
CompanyArtificial IntelligenceGenerative AIVideo GenerationImage-GenerationMachine-LearningMediaContent CreationDeveloper APIAsyncAPIEvents
AsyncAPI Specification
generated: '2026-07-19'
method: searched
source: https://docs.higgsfield.ai/docs/how-to/webhooks
spec_type: Webhooks
description: >-
Higgsfield delivers generation-completion notifications via webhooks. There is
no published AsyncAPI document; this captures the documented webhook catalog.
A webhook is registered per-request by adding the hf_webhook query parameter to
the generation submit call.
registration:
mechanism: query-parameter
parameter: hf_webhook
example: 'POST /higgsfield-ai/soul/standard?hf_webhook=https://webhook.url/example'
delivery:
transport: HTTP POST to the caller-supplied URL
triggered_on: [completed, failed, nsfw]
events:
- name: generation.completed.image
status: completed
payload_fields: [status, request_id, status_url, cancel_url, images]
example: '{ "status":"completed", "request_id":"...", "images":[{"url":"https://images.url/example"}] }'
- name: generation.completed.video
status: completed
payload_fields: [status, request_id, status_url, cancel_url, video]
example: '{ "status":"completed", "request_id":"...", "video":{"url":"https://video.url/example"} }'
- name: generation.failed
status: failed
payload_fields: [status, request_id, error]
example: '{ "status":"failed", "request_id":"...", "error":"Generation fail message" }'
- name: generation.nsfw
status: nsfw
payload_fields: [status, request_id]
example: '{ "status":"nsfw", "request_id":"..." }'
Work with this as data
Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for asyncapi
4 MCP tools reach this
find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/higgsfield-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.