Serve image bytes for a venue — called by the CDN on cache miss.
Always returns the best available image bytes with a long cache TTL so the CDN can serve subsequent requests without hitting the backend.
GET
/i/{image_id}
curl \
--request GET 'http://api.example.com/i/{image_id}'
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"ctx": {}
}
]
}