curl -X POST \
  <BASE_URL>/only-image \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -d '{
    "size": "4:5",
    "guidelines": "No political content",
    "theme": "light blue",
    "image": "generated",
    "source": "hello word"
}'

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

Body

Generate image only social media post with no text.

size
string

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

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

only_image_post
string

The post URL.

curl -X POST \
  <BASE_URL>/only-image \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -d '{
    "size": "4:5",
    "guidelines": "No political content",
    "theme": "light blue",
    "image": "generated",
    "source": "hello word"
}'

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