{ "opencollection": "1.0.0", "info": { "name": "Gong Auditing Audit Logs Recordings API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Recordings", "type": "folder" }, "items": [ { "info": { "name": "Gong Add call media recording", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gong.io/v2/calls/:id/media", "params": [ { "name": "id", "value": "", "type": "path", "description": "The callId returned from the Add New Call request." } ], "body": { "type": "multipart-form", "data": [ { "name": "mediaFile", "type": "text", "value": "" } ] } }, "docs": "Adds call media (audio or video recording) to a previously created call. Gong accepts recordings in WAV, MP3, MP4, MKV, and FLAC formats up to 1.5GB in size." } ] } ], "bundled": true }