Get image from applicant action

Overview

Use this method to retrieve an image from the specified applicant action.

Request example

curl -X GET \
	'https://api.sumsub.com/resources/applicantActions/639999ef054d540000000000/images/853651000?preview=true' \
📘

Note

You can only get one image per request.

Response explained

The response will contain a binary content representing the image file. The Content-Type response header precisely describes the response mime-type. See our FAQ for a full list of mime-types and file formats.

Path Params
string
required

Unique applicant action identifier in the Sumsub system.

You can get this identifier in response to action submission or by calling this method.

string
required

Image identifier taken from images[].imageId.

You can obtain this identifier using the following method.

Query Params
boolean
Defaults to false

Indicates if the image thumbnail should be returned.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!