Skip to main content
POST
/
api
/
enhancer
Enhance prompts using AI
curl --request POST \
  --url http://localhost:5173/api/enhancer \
  --header 'Content-Type: application/json' \
  --cookie apiKeys= \
  --data '
{
  "prompt": "<string>"
}
'
"<string>"

Authorizations

apiKeys
string
cookie
required

Cookie-based authentication storing API keys and provider settings

Body

application/json
prompt
string
required

Original prompt to enhance

Response

Enhanced prompt stream

The response is of type string.