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

Body

application/json
type
enum<string>
Available options:
high-family,
highlight,
all
slugs
string[]
Required string length: 1 - 200
Pattern: ^[a-z0-9-]+$
all
boolean
default:false

Response

Batch image generation completed