cURL
curl --request POST \ --url http://localhost:5173/api/enhancer \ --header 'Content-Type: application/json' \ --cookie apiKeys= \ --data ' { "prompt": "<string>" } '
"<string>"
Improves user prompts using AI model suggestions with streaming response.
Cookie-based authentication storing API keys and provider settings
Original prompt to enhance
Enhanced prompt stream
The response is of type string.
string
Was this page helpful?