{ "opencollection": "1.0.0", "info": { "name": "Clients AR Account reports Images API", "version": "v1" }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "Returns a simple image of the type suggest by the Accept header.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/image" }, "docs": "Returns a simple image of the type suggest by the Accept header." }, { "info": { "name": "Returns a simple JPEG image.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/image/jpeg" }, "docs": "Returns a simple JPEG image." }, { "info": { "name": "Returns a simple PNG image.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/image/png" }, "docs": "Returns a simple PNG image." }, { "info": { "name": "Returns a simple SVG image.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/image/svg" }, "docs": "Returns a simple SVG image." }, { "info": { "name": "Returns a simple WEBP image.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/image/webp" }, "docs": "Returns a simple WEBP image." } ] } ], "bundled": true }