curl -X POST \
  <BASE_URL>/bottom-solid-image \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -d '{
    "size": "4:5",
    "color": "#ff0000",
    "font": "Arial, sans-serif",
    "brand_name": "Laredo ER",
    "guidelines": "No political content",
    "theme": "light blue",
    "image": "generated",
    "source": "hello word"
}'

{
  "bottom_solid_image_post": "https://ai.contentify.app/some-image.jpg",
}

Body

Generate social media image post with text over solid background at the bottom of the image.

size
string

Enter ratios 1:1 4:5 9:16 or 16:9

color
string

Use HEX color with or wothout alpha. Example: #ff0000 or #ff000080

font
string

Your desired font. Example: Arial

brand_name
string

Your brand name for watermark. Example: Contentify

guildlines
string

Any guildlines to consider while generating the post. Example: No political posts

theme
string

Your desired theme for image generation. Example: light blue

image
string

Your image URL or use “generated” to generate image from text

source
string

Source text to generate social media post from. Example: “Hello World”

Response

bottom_solid_image_post
string

The post URL.

curl -X POST \
  <BASE_URL>/bottom-solid-image \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -d '{
    "size": "4:5",
    "color": "#ff0000",
    "font": "Arial, sans-serif",
    "brand_name": "Laredo ER",
    "guidelines": "No political content",
    "theme": "light blue",
    "image": "generated",
    "source": "hello word"
}'

{
  "bottom_solid_image_post": "https://ai.contentify.app/some-image.jpg",
}