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

Body

application/json
slugs
string[]
all
boolean
default:false

Response

Batch image generation completed