mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 20:14:47 +00:00
meme gen
This commit is contained in:
42
meme/examples.json
Normal file
42
meme/examples.json
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user