curl --request POST \
--url http://localhost:4010/api/images/textToPrompt \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"text": "A dog is running in the park",
"styleId": 123
}
'
curl --request POST \
--url http://localhost:4010/api/images/textToPrompt \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"text": "A dog is running in the park",
"styleId": 123
}
'