Uploadcare · Schema
Uploadcare Webhook
Webhook.
File UploadFile ManagementCDNImage TransformationDocument ConversionVideo EncodingMalware ScanningStorageWebhook
Properties
| Name | Type | Description |
|---|---|---|
| id | object | |
| project | object | |
| created | object | |
| updated | object | |
| event | object | |
| target_url | object | |
| is_active | object | |
| version | object | |
| signing_secret | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://uploadcare.com/schemas/webhook",
"title": "Uploadcare Webhook",
"description": "Webhook.",
"type": "object",
"properties": {
"id": {
"$ref": "#/components/schemas/webhook_id"
},
"project": {
"$ref": "#/components/schemas/webhook_project"
},
"created": {
"$ref": "#/components/schemas/webhook_created"
},
"updated": {
"$ref": "#/components/schemas/webhook_updated"
},
"event": {
"$ref": "#/components/schemas/webhook_event"
},
"target_url": {
"$ref": "#/components/schemas/webhook_target"
},
"is_active": {
"$ref": "#/components/schemas/webhook_is_active"
},
"version": {
"$ref": "#/components/schemas/webhook_version"
},
"signing_secret": {
"$ref": "#/components/schemas/webhook_signing_secret"
}
},
"example": {
"id": 1,
"project": 13,
"created": "2016-04-27T11:49:54.948615Z",
"updated": "2016-04-27T12:04:57.819933Z",
"event": "file.infected",
"target_url": "http://example.com/hooks/receiver",
"is_active": true,
"signing_secret": "7kMVZivndx0ErgvhRKAr",
"version": "0.7"
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/uploadcare-webhook"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.