curl -X POST \
  <BASE_URL>/solid-background \
  -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",
    "source": "hello word"
}'

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

Body

Generate social media image post with text over solid background.
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
source
string
Source text to generate social media post from. Example: “Hello World”

Response

solid_background_post
string
The post URL.
curl -X POST \
  <BASE_URL>/solid-background \
  -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",
    "source": "hello word"
}'

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