Skip to main content
POST
/
displaymode
/
image-genre
/
images
/
generate
Perform the actual processing of an image against all active action configs of a single image genre release.
curl --request POST \
  --url https://api.example.com/displaymode/image-genre/images/generate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "imageGenreReleaseID": 832,
  "mediaIDs": [
    328802
  ]
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
imageGenreReleaseID
integer<int32>
default:832
mediaIDs
integer<int32>[] | null

This is the media that the image genre's action configs will be tested against.

Response

Success

success
boolean
data
unknown