Skip to main content
GET
/
v3
/
orgs
/
{org_id}
/
media
/
images
/
{image_id}
/
{size}
cURL
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>"

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Path Parameters

org_id
string<uuid>
required

The unique identifier for the organisation.

image_id
string<uuid>
required

The unique identifier for the image.

size
string
required

The size of the image.

Response

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.