/api/conversations/{conversationId}/identity/metadata/media/{id}Retrieving media file that was collected during the identification process
Returns stream of media file (images, videos, pdf reports etc.) collected during identification process.
If the answer is successful, the data stream will be provided along with the following key HTTP headers:
| Header | Example | Description |
|---|---|---|
| content-disposition | attachment; filename = 9db8a804-4570-403e-9da6-162e608585e8_idi_ID_CARD_BACK.png | The file name is generated based on information about the media file. |
| content-type | image / png | The type of multimedia file content, similar to the one presented in the information about the given file. |
| status | 200 | Response status. |
In case of a wrong answer, the error information will be passed in the format application/vnd.authologic.v1.1+json.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversationId | path | string | Required | Conversation ID |
id | path | string | Required | Media ID |
Responses
Information available
application/octet-streamBinaryBad Request
application/vnd.authologic.v1.1+jsonJSONBadRequestApiErrorMethodArgumentNotValidErrorMethodArgumentTypeMismatchErrorConstraintViolationErrorCustomValidationApiErrorOperationNotSupportedApiFieldErrorMissingHeaderApiErrorExhaustion of the plan or limitations related to non-payment
Permission denied
application/vnd.authologic.v1.1+jsonJSONstatusstring required Response status
messagestring required Descriptive error message
violationsarray<Violation> required Validation error list
statusDetailstringResponse status detailed information
Conversation not found
application/vnd.authologic.v1.1+jsonJSONstatusstring required Response status
messagestring required Descriptive error message
violationsarray<Violation> required Validation error list
statusDetailstringResponse status detailed information
Conversation is unavailable
application/vnd.authologic.v1.1+jsonJSONstatusstring required Response status
messagestring required Descriptive error message
violationsarray<Violation> required Validation error list
statusDetailstringResponse status detailed information
Server side error