InputPOST /api/v1/x402/image-result-contract-check
{
"result": {
"url": "https://cdn.example.com/output.webp",
"sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"content_type": "image/webp",
"size_bytes": 245760,
"width": 1024,
"height": 1024
}
}
Delivered resultapplication/json
{
"schema": "delx/util-image-result-contract-check/v1",
"valid": true,
"gaps": [],
"checked_without_fetch": true,
"normalized_receipt": {
"url": "https://cdn.example.com/output.webp",
"sha256": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"content_type": "image/webp",
"size_bytes": 245760,
"width": 1024,
"height": 1024
},
"limits": {
"max_size_bytes": 20971520,
"max_width": 8192,
"max_height": 8192
}
}