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.
Documentation IndexFetch the complete documentation index at: https://codinit.dev/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://codinit.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
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?
Contact support