Returns a list of media objects
associated with the specific sessionId = {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.
→ See the Context types (image, video)[↗] for additional info about the values of images.context
Note that the request will return the media objects of the most recent attempt. If you require the media of a certain attempt, you should:
- Call the list of
attemptId
-s from the GET sessions/{sessionId}/attempts endpoint - Use the GET attempts/{attemptId}/media to get the media of a specific attempt
Also, when this request is done in a test integration, it is expected behaviour that no video is returned.
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")
Session id signed with the shared secret key
Session 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
Session not found
Internal server error
Article Versioning
Date | Description |
---|---|
May 2, 2025 |
|
Mar 12, 2025 | Documentation published |