MagickMind

S3/Lambda upload-completion webhook (HMAC-signed, server-to-server)

POST
/v1/artifacts/webhooks

Authorization

HmacAuth
X-Bifrost-Signature<token>

Hex-encoded HMAC-SHA256 of <timestamp>.<raw body> using the shared ingest secret. The X-Bifrost-Timestamp header (unix seconds) is also required.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/artifacts/webhooks" \  -H "Content-Type: application/json" \  -d '{    "artifact_id": "string",    "bucket": "string",    "key": "string",    "status": "uploaded"  }'
{}