Files
services/thumbnail/examples.json
Dominic Wong 9394c97dc8 update example
2021-11-10 11:27:00 +00:00

17 lines
389 B
JSON

{
"screenshot": [
{
"title": "Take screenshot of a URL",
"run_check": true,
"request": {
"height": 600,
"url": "https://google.com",
"width": 600
},
"response": {
"imageURL": "https://cdn.m3ocontent.com/micro/images/micro/505237c9-f254-4014-9a4c-1ec7eac0882a/ef9749ef-40b0-4ba1-a413-6136a8b0924c.png"
}
}
]
}