S3/Lambda upload-completion webhook (HMAC-signed, server-to-server)
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" }'{}{ "error": { "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "request_id": "string", "errors": [ { "field": "string", "message": "string" } ] }}{ "error": { "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "request_id": "string", "errors": [ { "field": "string", "message": "string" } ] }}