{ "uuid": "2aea207e-03f9-4a70-9101-0cf130870ee6", "lastMigration": 29, "name": "Browshot API", "endpointPrefix": "api/v1", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "a20455d3-30ef-425f-9c5f-d0a14c07652e", "documentation": "Get information about your account", "method": "get", "endpoint": "account/info", "responses": [ { "uuid": "223e6757-e51f-4f5b-a45d-de639ac6d7f0", "body": "{\n \"balance\": {{faker 'number.int' max=99999}},\n \"browsers\": [\n {\n \"flash\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"javascript\": {{faker 'number.int' max=99999}},\n \"mobile\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"free_screenshots_left\": {{faker 'number.int' max=99999}},\n \"hosting_browshot\": {{faker 'number.int' max=99999}},\n \"instances\": [\n {\n \"browser\": {\n \"flash\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"javascript\": {{faker 'number.int' max=99999}},\n \"mobile\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"country\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"load\": {{faker 'number.float'}},\n \"screenshot_cost\": {{faker 'number.int' max=99999}},\n \"type\": \"{{oneOf (array 'public' 'shared' 'private')}}\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"private_instances\": {{faker 'number.int' max=99999}},\n \"screenshots\": [\n {\n \"cookie\": \"\",\n \"cost\": {{faker 'number.int' max=99999}},\n \"delay\": {{faker 'number.int' max=99999}},\n \"details\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"final_url\": \"\",\n \"flash_delay\": {{faker 'number.int' max=99999}},\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"instance_id\": {{faker 'number.int' max=99999}},\n \"post_data\": \"\",\n \"priority\": {{faker 'number.int' max=99999}},\n \"referer\": \"\",\n \"scale\": {{faker 'number.float'}},\n \"screenshot_url\": \"\",\n \"script\": \"\",\n \"shared_url\": \"\",\n \"size\": \"{{oneOf (array 'screen' 'page')}}\",\n \"status\": \"{{oneOf (array 'in_queue' 'processing' 'finished' 'error')}}\",\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Account information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cb5db46e-2c13-48ec-b98d-f7cd2c34ed3b", "body": "{\n \"error\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Account not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ff963c31-92de-476c-82bb-934bffe9464e", "documentation": "Requests thousands of screenshtos at once", "method": "post", "endpoint": "batch/ceate", "responses": [ { "uuid": "3c04519e-fc12-42d0-804a-6c0a2080e26e", "body": "", "latency": 0, "statusCode": 200, "label": "batch information", "headers": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "742d95a7-8128-43db-9eb4-7921c1da3dd0", "body": "", "latency": 0, "statusCode": 200, "label": "Batch not created", "headers": [ { "key": "Content-Type", "value": "multipart/form-data" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da277676-dbdf-4765-8674-67353fd2a533", "documentation": "Get the batch status", "method": "get", "endpoint": "batch/info", "responses": [ { "uuid": "182059c0-77d7-4277-9c7f-57266ea985b9", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"failed\": {{faker 'number.int' max=99999}},\n \"finished\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"processed\": {{faker 'number.int' max=99999}},\n \"started\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'in_queue' 'processing' 'finished' 'error')}}\",\n \"urls\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "batch information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "911c0d97-6061-445a-b0f5-ec62154ceb68", "body": "{\n \"error\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Batch not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "33a4ad0d-6eec-477e-ae24-79bc29885d30", "documentation": "Get information about a browser", "method": "get", "endpoint": "browser/info", "responses": [ { "uuid": "ee940491-4251-4792-b5e5-6a119f80cf93", "body": "{\n \"flash\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"javascript\": {{faker 'number.int' max=99999}},\n \"mobile\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Browser information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8d7d8a2a-2228-41f9-b65c-66d8205009b5", "body": "{\n \"error\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Browser not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "032c3b0a-4d34-4ac7-b217-704074c77798", "documentation": "Get all browsers", "method": "get", "endpoint": "browser/list", "responses": [ { "uuid": "cf956e56-f9ae-4282-8d9a-b87b9769ed38", "body": "{\n \"default\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Instance information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee80adf1-70b3-4841-909b-6a760c2efeb8", "body": "{\n \"error\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Account not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e0eb8d3-98e4-47e3-b835-531dfdf57c66", "documentation": "Get information about an instance", "method": "get", "endpoint": "instance/info", "responses": [ { "uuid": "d19484a7-58d5-4bbb-88fd-2f02db66014b", "body": "{\n \"browser\": {\n \"flash\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"javascript\": {{faker 'number.int' max=99999}},\n \"mobile\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"country\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"load\": {{faker 'number.float'}},\n \"screenshot_cost\": {{faker 'number.int' max=99999}},\n \"type\": \"{{oneOf (array 'public' 'shared' 'private')}}\",\n \"width\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Instance information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0c2541d2-6b37-4efe-927b-1c52b2bc2842", "body": "{\n \"error\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Account not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11508860-5a33-4eb4-af3a-31e81143f61a", "documentation": "Get all instances", "method": "get", "endpoint": "instance/list", "responses": [ { "uuid": "3ba48516-a345-4e30-855a-51f8e328c9e5", "body": "{\n \"free\": [\n {\n \"browser\": {\n \"flash\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"javascript\": {{faker 'number.int' max=99999}},\n \"mobile\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"country\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"load\": {{faker 'number.float'}},\n \"screenshot_cost\": {{faker 'number.int' max=99999}},\n \"type\": \"{{oneOf (array 'public' 'shared' 'private')}}\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"private\": [\n {\n \"browser\": {\n \"flash\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"javascript\": {{faker 'number.int' max=99999}},\n \"mobile\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"country\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"load\": {{faker 'number.float'}},\n \"screenshot_cost\": {{faker 'number.int' max=99999}},\n \"type\": \"{{oneOf (array 'public' 'shared' 'private')}}\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"shared\": [\n {\n \"browser\": {\n \"flash\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"javascript\": {{faker 'number.int' max=99999}},\n \"mobile\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n },\n \"country\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"load\": {{faker 'number.float'}},\n \"screenshot_cost\": {{faker 'number.int' max=99999}},\n \"type\": \"{{oneOf (array 'public' 'shared' 'private')}}\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Instance information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6a0dbcde-b0f2-4bf7-be69-e4768b6e9923", "body": "{\n \"error\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Account not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d5f4225a-379c-4129-982a-c2bfd2487378", "documentation": "Request a screenshot", "method": "get", "endpoint": "screenshot/create", "responses": [ { "uuid": "4bd92b2e-1da9-4b50-beb4-c939b761b82d", "body": "{\n \"cookie\": \"\",\n \"cost\": {{faker 'number.int' max=99999}},\n \"delay\": {{faker 'number.int' max=99999}},\n \"details\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"final_url\": \"\",\n \"flash_delay\": {{faker 'number.int' max=99999}},\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"instance_id\": {{faker 'number.int' max=99999}},\n \"post_data\": \"\",\n \"priority\": {{faker 'number.int' max=99999}},\n \"referer\": \"\",\n \"scale\": {{faker 'number.float'}},\n \"screenshot_url\": \"\",\n \"script\": \"\",\n \"shared_url\": \"\",\n \"size\": \"{{oneOf (array 'screen' 'page')}}\",\n \"status\": \"{{oneOf (array 'in_queue' 'processing' 'finished' 'error')}}\",\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Request accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9960b097-029a-4a4b-8ef7-8f0132429660", "body": "{\n \"cost\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"priority\": {{faker 'number.int' max=99999}},\n \"status\": \"\"\n}", "latency": 0, "statusCode": 403, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5c057f8-e533-4da1-b819-56fe844e0326", "documentation": "Delete screenshot data", "method": "get", "endpoint": "screenshot/delete", "responses": [ { "uuid": "49e96b2d-218e-4041-a7cc-49fe22c71a6a", "body": "[\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'ok' 'error')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "list of screenshot information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aac5dbb5-13b9-48f8-932e-d195e73e979a", "body": "{\n \"cost\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"priority\": {{faker 'number.int' max=99999}},\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Screenshot not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ebdb6ae9-f084-4dc2-96f7-d6224565a66e", "documentation": "Host thumbnails on your own S3 account or on Browshot.", "method": "get", "endpoint": "screenshot/host", "responses": [ { "uuid": "bdd3b77e-beb3-4a52-a5cb-837eab4c3cc7", "body": "[\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'error' 'ok' 'in_queue')}}\",\n \"url\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "list of screenshot information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "341b2ff2-1fc8-4ea1-9063-5a338742d070", "body": "{\n \"error\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Screenshot not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6f154e1e-3284-40f7-a7ac-46d6e2fcdacf", "documentation": "Get the HTML code", "method": "get", "endpoint": "screenshot/html", "responses": [ { "uuid": "4bfbede0-4cc6-4d7f-b1ed-07f0ccf725ae", "body": "", "latency": 0, "statusCode": 200, "label": "HTML code", "headers": [{ "key": "Content-Type", "value": "text/html" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3689124-2948-40a7-9102-4175da7f9906", "documentation": "Query screenshot status", "method": "get", "endpoint": "screenshot/info", "responses": [ { "uuid": "20af5bbd-5a11-4f7e-947e-b268059626cd", "body": "[\n {\n \"cookie\": \"\",\n \"cost\": {{faker 'number.int' max=99999}},\n \"delay\": {{faker 'number.int' max=99999}},\n \"details\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"final_url\": \"\",\n \"flash_delay\": {{faker 'number.int' max=99999}},\n \"height\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"instance_id\": {{faker 'number.int' max=99999}},\n \"post_data\": \"\",\n \"priority\": {{faker 'number.int' max=99999}},\n \"referer\": \"\",\n \"scale\": {{faker 'number.float'}},\n \"screenshot_url\": \"\",\n \"script\": \"\",\n \"shared_url\": \"\",\n \"size\": \"{{oneOf (array 'screen' 'page')}}\",\n \"status\": \"{{oneOf (array 'in_queue' 'processing' 'finished' 'error')}}\",\n \"url\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Screenshot found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c64dcdd5-36c1-427a-b203-b3a205f96b85", "body": "{\n \"error\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Screenshot not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cfd56442-7bfb-4a5e-89e2-b7ef92a99e0e", "documentation": "Get information about screenshots", "method": "get", "endpoint": "screenshot/list", "responses": [ { "uuid": "a2f32070-6bdb-45a5-8f6c-3d12ab68cb59", "body": "[\n {\n \"default\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "list of screenshot information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e5394efb-73dc-4599-a787-5a95f083d5b3", "body": "{\n \"cost\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"priority\": {{faker 'number.int' max=99999}},\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Screenshot not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5332b7a8-53b7-4312-9f4a-1ffcc5f52ff7", "documentation": "Request multiple screenshots", "method": "get", "endpoint": "screenshot/multiple", "responses": [ { "uuid": "bc26d7ae-551a-4d80-92aa-e2e8965c413c", "body": "{\n \"default\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Request accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "41ea3eed-f3da-44ee-baae-f95d227e57c9", "body": "{\n \"cost\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"priority\": {{faker 'number.int' max=99999}},\n \"status\": \"\"\n}", "latency": 0, "statusCode": 403, "label": "Error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "425a3cad-3ff5-4383-808e-99546969eec7", "documentation": "Search for screenshots", "method": "get", "endpoint": "screenshot/search", "responses": [ { "uuid": "8c09438f-0be5-47fb-b142-1b47f3430539", "body": "[\n {\n \"default\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "list of screenshot information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee4ba28f-e14b-46a3-b952-076a2fc96149", "body": "{\n \"cost\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"priority\": {{faker 'number.int' max=99999}},\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Screenshot not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dcb4bf39-f236-42c9-b27f-f747e5ba6d98", "documentation": "Share a screenshot", "method": "get", "endpoint": "screenshot/share", "responses": [ { "uuid": "5f377041-34b0-40e8-8cd4-2bc7f7993ed9", "body": "[\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'error' 'ok' 'in_queue')}}\",\n \"url\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "list of screenshot information", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "39917a6c-1d15-487c-b7f7-7712a946417b", "body": "{\n \"error\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Screenshot not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "140ef2b3-d665-4872-9b3c-6f3d38a98fd7", "documentation": "Retrieve a thumbnail image", "method": "get", "endpoint": "screenshot/thumbnail", "responses": [ { "uuid": "5ef468ac-93d9-4be5-b335-9d6c9cfc0a3b", "body": "", "latency": 0, "statusCode": 200, "label": "thumbnail", "headers": [{ "key": "Content-Type", "value": "image/png" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d7b9167d-f923-43a4-8607-234a89b5b261", "body": "", "latency": 0, "statusCode": 404, "label": "Screenshot not found", "headers": [{ "key": "Content-Type", "value": "image/png" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "a20455d3-30ef-425f-9c5f-d0a14c07652e" }, { "type": "route", "uuid": "ff963c31-92de-476c-82bb-934bffe9464e" }, { "type": "route", "uuid": "da277676-dbdf-4765-8674-67353fd2a533" }, { "type": "route", "uuid": "33a4ad0d-6eec-477e-ae24-79bc29885d30" }, { "type": "route", "uuid": "032c3b0a-4d34-4ac7-b217-704074c77798" }, { "type": "route", "uuid": "2e0eb8d3-98e4-47e3-b835-531dfdf57c66" }, { "type": "route", "uuid": "11508860-5a33-4eb4-af3a-31e81143f61a" }, { "type": "route", "uuid": "d5f4225a-379c-4129-982a-c2bfd2487378" }, { "type": "route", "uuid": "e5c057f8-e533-4da1-b819-56fe844e0326" }, { "type": "route", "uuid": "ebdb6ae9-f084-4dc2-96f7-d6224565a66e" }, { "type": "route", "uuid": "6f154e1e-3284-40f7-a7ac-46d6e2fcdacf" }, { "type": "route", "uuid": "e3689124-2948-40a7-9102-4175da7f9906" }, { "type": "route", "uuid": "cfd56442-7bfb-4a5e-89e2-b7ef92a99e0e" }, { "type": "route", "uuid": "5332b7a8-53b7-4312-9f4a-1ffcc5f52ff7" }, { "type": "route", "uuid": "425a3cad-3ff5-4383-808e-99546969eec7" }, { "type": "route", "uuid": "dcb4bf39-f236-42c9-b27f-f747e5ba6d98" }, { "type": "route", "uuid": "140ef2b3-d665-4872-9b3c-6f3d38a98fd7" } ] }