{ "opencollection": "1.0.0", "info": { "name": "Facebook Business Manager Facebook Marketing Ad Accounts Ad Images API", "version": "25.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ad Images", "type": "folder" }, "items": [ { "info": { "name": "Facebook Business Manager Upload an ad image", "type": "http" }, "http": { "method": "POST", "url": "https://graph.facebook.com/v25.0/act_:ad_account_id/adimages", "params": [ { "name": "ad_account_id", "value": "", "type": "path", "description": "The ID of the ad account (numeric, without the act_ prefix)" } ], "body": { "type": "multipart-form", "data": [ { "name": "filename", "type": "text", "value": "" } ] } }, "docs": "Uploads an image to the ad account image library for use in ad creatives. Accepts image file bytes." } ] } ], "bundled": true }