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

Body

application/json
type
enum<string>
Available options:
high-family,
highlight,
all
slugs
string[]
all
boolean
default:false

Response

Batch image generation completed