Body
Generate social media image post with text over gradient background.
The text to generate the meme from. Example: “Hello World”
Your desired font. Example: Arial
Response
curl -X POST \
<BASE_URL>/meme \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY' \
-d '{
"text": "hello word",
"font": "Arial, sans-serif"
}'
{
"meme_post": "https://ai.contentify.app/some-image.jpg",
}