Skip to main content
POST
/
api
/
v1
/
app-landing
/
generate-image
Generate AI image for a single problem card
curl --request POST \
  --url https://tiwih-api.vercel.app/api/v1/app-landing/generate-image \
  --header 'Content-Type: application/json' \
  --data '
{
  "problemId": "<string>"
}
'

Body

application/json
problemId
string
required
Minimum string length: 1

Response

Problem card image generated successfully