{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Cloudflare Images API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Cloudflare Images", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List images", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List up to 100 images with one request. Use the optional parameters below to get a specific range of images." }, { "info": { "name": "APIs.io Engineering Platform Upload an image", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Upload an image with up to 10 Megabytes using a single HTTP POST (multipart/form-data) request.\nAn image can be uploaded by sending an image file or passing an accessible to an API url.\n" }, { "info": { "name": "APIs.io Engineering Platform Image details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/:image_id", "params": [ { "name": "image_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch details for a single image." }, { "info": { "name": "APIs.io Engineering Platform Update image", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/:image_id", "params": [ { "name": "image_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update image access control. On access control change, all copies of the image are purged from cache." }, { "info": { "name": "APIs.io Engineering Platform Delete image", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/:image_id", "params": [ { "name": "image_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete an image on Cloudflare Images. On success, all copies of the image are deleted and purged from cache." }, { "info": { "name": "APIs.io Engineering Platform Base image", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/:image_id/blob", "params": [ { "name": "image_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch base image. For most images this will be the originally uploaded file. For larger images it can be a near-lossless version of the original." }, { "info": { "name": "APIs.io Engineering Platform Images usage statistics", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/stats", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch usage statistics details for Cloudflare Images." }, { "info": { "name": "APIs.io Engineering Platform List images V2", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v2", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "continuation_token", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query" } ] }, "docs": "List up to 10000 images with one request. Use the optional parameters below to get a specific range of images.\nEndpoint returns continuation_token if more images are present.\n" }, { "info": { "name": "APIs.io Engineering Platform Create authenticated direct upload URL V2", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v2/direct_upload", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Direct uploads allow users to upload images without API keys. A common use case are web apps, client-side applications, or mobile devices where users upload content directly to Cloudflare Images. This method creates a draft record for a future image. It returns an upload URL and an image identifier. To verify if the image itself has been uploaded, send an image details request (accounts/:account_identifier/images/v1/:identifier), and check that the `draft: true` property is not present." } ] } ], "bundled": true }