curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/template/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageGenreActionConfigTemplateID": 64,
"languageID": 1,
"promptText": "a yellow cat laying down",
"mediaID": 329122
}
'{
"success": true,
"data": "<unknown>"
}Generates image treatment tests for a specific action config template.
curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/template/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageGenreActionConfigTemplateID": 64,
"languageID": 1,
"promptText": "a yellow cat laying down",
"mediaID": 329122
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.