Skip to content

Get image (returns binary data)

GET
/v1/images/{image_id}
curl --request GET \
--url https://app.everruns.com/api/v1/images/example
image_id
required
string

Image ID (prefixed, e.g., img_…)

Image binary data

Media type image/*

Invalid image ID

Image not found

Internal server error