MediaGroup API

You can combine images and PDF into media groups, which allows them to be used in the high-fidelity image viewer or PDF viewer in SecureClient. This gives lets you create more dynamic content by giving candidates greater interactivity with item media.

You can add 25 images or 60 PDFs to a group. You cannot mix images and PDFs in a single group. Grouped media are always delivered together.

The MediaGroup API resource is used to retrieve, create, and update media groups.

This article explains what calls can be made to the Surpass API using the MediaGroup resource.

Import this API into your Postman Workspace

In This Article

Retrieving media group information

get /api/v2/MediaGroup/{id}

Send a request to the endpoint to retrieve information for a specific media group using its ID. No request body is required.

Creating a media group

post /api/v2/MediaGroup

Send a request to the endpoint to create a media group.

Updating a media group

put /api/v2/MediaGroup/{id}

Send a request to the endpoint to update a specific media group.

Error Codes

Refer to the following table for information on error codes that may be encountered when using this resource.

Further reading

Read the following articles to learn more about similar APIs, how to get started with the Surpass API v2, and how to get the best out of this reference documentation:

NOTE: This form is to provide feedback to help improve the Surpass Help documentation only. If you need live support, contact support@surpass.com.