Files
services/memegen/examples.json
Asim Aslam 7cf724984f .
2022-02-20 21:49:34 +00:00

43 lines
1.2 KiB
JSON

{
"templates": [{
"title": "Meme templates",
"description": "List of meme templates",
"run_check": false,
"request": {},
"response": {
"templates": [
{
"id": "181913649",
"name": "Drake Hotline Bling",
"url": "https://i.imgflip.com/30b1gx.jpg",
"width": 1200,
"height": 1200,
"box_count": 2
},
{
"id": "87743020",
"name": "Two Buttons",
"url": "https://i.imgflip.com/1g8my4.jpg",
"width": 600,
"height": 908,
"box_count": 3
}
]
}
}],
"generate": [{
"title": "Generate a meme",
"description": "Generate a meme from a template",
"run_check": false,
"request": {
"id": "444501",
"top_text": "WTF",
"bottom_text": "Huh?"
},
"response": {
"url": "https://i.imgflip.com/65ymjs.jpg"
}
}]
}