mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
43 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}]
|
|
}
|