{ "opencollection": "1.0.0", "info": { "name": "Veriff Public Attempts Media API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-AUTH-CLIENT", "value": "{{X-AUTH-CLIENT}}", "placement": "header" } }, "items": [ { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "List media metadata attached to the session", "type": "http" }, "http": { "method": "GET", "url": "https://stationapi.veriff.com/v1/sessions/:sessionId/media", "params": [ { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "List media metadata attached to the session" }, { "info": { "name": "Submit identity documents and biometric media to a session", "type": "http" }, "http": { "method": "POST", "url": "https://stationapi.veriff.com/v1/sessions/:sessionId/media", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit identity documents and biometric media to a session" }, { "info": { "name": "Download an individual media file", "type": "http" }, "http": { "method": "GET", "url": "https://stationapi.veriff.com/v1/media/:mediaId", "params": [ { "name": "mediaId", "value": "", "type": "path" } ] }, "docs": "Download an individual media file" } ] } ], "bundled": true }