Serverless rendering of api blueprint files as styled html
Make a request with the api blueprint base64 encoded in the X-Blueprint
header.
https://d31myey2oeipxs.cloudfront.net
{
"X-Blueprint": "IyBIZWxsbyBXb3JsZCE="
}
<h1>Hello World!</h1>
curl --request GET \
--location 'https://d31myey2oeipxs.cloudfront.net/v1' \
--header 'X-Blueprint: Rk9STUFUOiAxQQoKIyBIZWxsbyBXb3JsZA=='