Images and other binary files

These endpoints will let you obtain images associated with different records, such as customers or blog articles.

Image Cropping Parameters

Most image endpoints accept the following parameters

ParameterDescriptionInformation
width The width to crop the image at. When provided alongside width, the image will be cropped based on the fitMode paramter.Optional
height The height to crop the image at. When provided alongside height, the image will be cropped based on the fitMode paramter.Optional
fitMode The method to use when adjusting the image size based on the provided height and width.Optional.
Possible values are:

Max
Pad
Crop
Carve
Stretch
anchor The position in the image to use as the base for any cropping.Optional. Possible values are:

TopLeft,
TopCenter,
TopRight,
MiddleLeft,
MiddleCenter,
MiddleRight,
BottomLeft,
BottomCenter,
BottomRight

Image files

GET https://{your_nexudus_domain}.com/images/{file_name}?
w={width}&
h={height}

Video files

GET https://{your_nexudus_domain}.com/videos/{file_name}

Audio Files

GET https://{your_nexudus_domain}.com/audios/{file_name}

Other files

GET https://{your_nexudus_domain}.com/files/{file_name}

Customer Qr

Get a unique QR code for the logged in customer.

GET https://{your_nexudus_domain}.com/en/content/customerQr

Resources

GET https://{your_nexudus_domain}/en/publicResources/GetImage?
id={resource_id}&
w=340&
h=400

Products

GET https://{your_nexudus_domain}/en/products/getImage?
id={product_id}&
w=700&
h=400

Blog Articles

Large image

GET https://{your_nexudus_domain}/en/blog/getlargeimage?
id={blog_id}&
w=960&
h=520

Small image

GET https://{your_nexudus_domain}/en/blog/getimage?
id={blog_id}&
w=960&
h=520

Event

Large image

GET https://{your_nexudus_domain}/en/events/getlargeimage?
id={event_id}&
w=320&
h=380

Small image

GET https://{your_nexudus_domain}/en/events/getlargeimage?
id={event_id}&
w=320&
h=380

Course

Large image

GET https://{your_nexudus_domain}/en/learn/getCourselargeimage?
id={course_id}&
w=320&
h=380

Small image

GET https://{your_nexudus_domain}/en/learn/getCourseimage?
id={course_id}&
w=320&
h=380

Customer

GET https://{your_nexudus_domain}en/coworker/getavatar/?
id={coworker_id}
h=200&
w=200&
noavatar={image_if_no_avatar}

Team

GET https://{your_nexudus_domain}en/team/getavatar/?
id={coworker_id}
h=200&
w=200&
noavatar={image_if_no_avatar}