curl --request POST \
--url https://demo.enneo.ai/api/mind/profile/generatePortraitPrompt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"person": "pixie",
"style": "Watercolor",
"mood": "cheerful",
"setting": "enchanted forest"
}
'{
"prompt": "A cheerful watercolor portrait of a pixie at the edge of a glowing enchanted forest..."
}Takes four playful dropdown selections (person, style, mood, setting) and
uses an LLM to turn them into a polished image-generation prompt. The
resulting string is intended to be shown in an editable textarea in the
UI and then submitted to /profile/generatePortrait.
curl --request POST \
--url https://demo.enneo.ai/api/mind/profile/generatePortraitPrompt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"person": "pixie",
"style": "Watercolor",
"mood": "cheerful",
"setting": "enchanted forest"
}
'{
"prompt": "A cheerful watercolor portrait of a pixie at the edge of a glowing enchanted forest..."
}Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT-based authentication
Successful operation
LLM-refined image-generation prompt
"A cheerful watercolor portrait of a pixie at the edge of a glowing enchanted forest..."