curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/prompt/enrich \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123,
"promptText": "<string>",
"page": 1,
"pageSize": 10
}
'{
"success": true,
"data": "<unknown>"
}Enriches a prompt with more detail, based on an existing typed phrase. This is for (but not limited to) display mode area, image-modification collection treatment prompts.
curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/prompt/enrich \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123,
"promptText": "<string>",
"page": 1,
"pageSize": 10
}
'{
"success": true,
"data": "<unknown>"
}