{ "opencollection": "1.0.0", "info": { "name": "Soundstripe Categories Sound Effects API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sound Effects", "type": "folder" }, "items": [ { "info": { "name": "List Sound Effects", "type": "http" }, "http": { "method": "GET", "url": "https://api.soundstripe.com/v1/sound_effects", "params": [ { "name": "page[number]", "value": "", "type": "query" }, { "name": "page[size]", "value": "", "type": "query" } ] }, "docs": "List sound effects with optional filtering by category and tags." }, { "info": { "name": "Retrieve a Sound Effect", "type": "http" }, "http": { "method": "GET", "url": "https://api.soundstripe.com/v1/sound_effects/:sound_effect_id", "params": [ { "name": "sound_effect_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a Sound Effect" } ] } ], "bundled": true }