{ "opencollection": "1.0.0", "info": { "name": "pCloudy Device Cloud Apk Instrumentation Apis API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "items": [ { "info": { "name": "Apk Instrumentation Apis", "type": "folder" }, "items": [ { "info": { "name": "Instrument Initiate", "type": "http" }, "http": { "method": "POST", "url": "https://{cloud}.pcloudy.com/api/instrument/initiate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "This API initiate the instrumentation process." }, { "info": { "name": "Instrumentation Progress", "type": "http" }, "http": { "method": "POST", "url": "https://{cloud}.pcloudy.com/api/instrument/progress", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "This API is used to get the instrumentation status of the application ." }, { "info": { "name": "Download Instrumented File", "type": "http" }, "http": { "method": "POST", "url": "https://{cloud}.pcloudy.com/api/instrument/download", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "This api download the instrumented application in myapp/data" } ] } ], "bundled": true }