curl --request GET \
--url https://api.ctrl-hub.com/v3/orgs/{org_id}/media/images/{image_id}/{size} \
--header 'X-Session-Token: <api-key>'"<string>"Images stored in Ctrl Hub are not accessible directly. This endpoint proxies the image binary to you. It is intended to be used in client requests and therefore it does not conform to the JSON:API standard.
curl --request GET \
--url https://api.ctrl-hub.com/v3/orgs/{org_id}/media/images/{image_id}/{size} \
--header 'X-Session-Token: <api-key>'"<string>"Session token for authentication.
The unique identifier for the organisation.
The unique identifier for the image.
The size of the image.
An actual image - either a thumbnail or the original, always in binary jpg format and delivered as a binary which can be used in views.
The response is of type file.