Skip to main content
POST
/
api
/
v1
/
discover
/
generate-image
Generate AI image for a single discover list item
curl --request POST \
  --url https://api.thisiswhyimhigh.com/api/v1/discover/generate-image \
  --header 'Content-Type: application/json' \
  --data '
{
  "slug": "<string>"
}
'

Body

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

Response

Image generated successfully