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

Body

application/json
type
enum<string>
required
Available options:
high-family,
highlight
slug
string
required
Minimum string length: 1

Response

Image generated successfully