Image

Generate 'Why Are You Silent' Meme

0calls
2 credits / call

Why are you all silent? Are you all secretly playing Uapi, please don't play Uapi anymore

Usage Notes

  • Response Format: The endpoint directly returns image/png format binary data on success.
  • Text Content: At least one of top_text (top text) or bottom_text (bottom text) must be provided.
  • Meme Logic: The top describes an action, the bottom usually starts with 'both' to indicate dissuasion, forming a playful contrast effect.

Request body

JSON object containing meme text content. At least one of top or bottom text must be provided.

top_text
stringoptional

Text content for the top of the meme. Why are you all silent, are you all secretly _______

bottom_text
stringoptional

Text content for the bottom of the meme. Please _______

Response

200 / OK

Generation successful! Response body is PNG format meme image binary data.

image/png

400 / Bad Request

Request parameter error. Must provide at least one of 'top_text' or 'bottom_text'.

JSON

500 / Internal Server Error

Internal server error. An error occurred during the meme image generation process.

JSON