{ "opencollection": "1.0.0", "info": { "name": "Buttondown Images API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "List Images", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/images", "params": [ { "name": "ids", "value": "img_01h8xg4j3k2m1n0p9q8r7s6t5v", "type": "query", "description": "If provided, only return images matching the given IDs." }, { "name": "page", "value": "", "type": "query", "description": "The page number to return." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of results per page." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all uploaded images" }, { "info": { "name": "Create Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.buttondown.com/v1/images", "body": { "type": "multipart-form", "data": [ { "name": "image", "type": "text", "value": "" }, { "name": "metadata", "type": "text", "value": "" } ] }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Upload an image" }, { "info": { "name": "Update Image", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.buttondown.com/v1/images/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update an image's metadata" }, { "info": { "name": "Delete Image", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.buttondown.com/v1/images/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete an uploaded image" } ] } ], "bundled": true }