Returns a list of media objects
associated with the specific attemptId = {Id}
The list of objects are sorted based on their accuracy (e.g., does an image match the required image type) and their quality. The order is determined by the automation system.
To find a specific attemptId
, call the list of attemptId
-s from GET sessions/{sessionId}/attempts endpoint
Note: always ensure that you use the correct API URL to send requests. See the API URL section for more info.
Your integration's API key (occasionally referred to the "Token", "API public key" or "Publishable key")
Attempt id signed with the shared secret key
Attempt id
API request status
UUID v4 which identifies the uploaded media
Name which identifies the uploaded media
Context type of the uploaded media
*Always returns None/null
Size of the uploaded media, in bytes
File type of the uploaded media, one of .jpg, .jpeg, .png, .heif, .heic, .webp or .pdf
Download URL of the media
UUID v4 of the verification session the uploaded media belongs to
UUID v4 which identifies the uploaded media
Name which identifies the uploaded media
Context type of the uploaded media
*Always returns None/null
Size of the uploaded media, in bytes
File type of the uploaded media
Download URL of the media
UUID v4 of the verification session the uploaded media belongs to
Duration of the uploaded media, in seconds
Bad request
Unauthorized
Attempt not found
Internal server error