Skip to main content
POST
/
api
/
v1
/
blog
/
generate-images
/
batch
Generate AI images for multiple blog articles
curl --request POST \
  --url https://api.thisiswhyimhigh.com/api/v1/blog/generate-images/batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "slugs": [
    "<string>"
  ],
  "all": false
}
'

Body

application/json
slugs
string[]
Required string length: 1 - 200
Pattern: ^[a-z0-9-]+$
all
boolean
default:false

Response

Batch image generation completed