Change keyword list usage

You can choose the usage of your list either whitelist or as a blacklist

Change keyword list usage

POST https://api.imagemash.io/v1/account/changeKeywordListUsage

Headers

Name
Type
Description

apikey*

String

Your API Key

name*

String

Accepts whitelist or blacklist as value

// Empty Body

Example Codes

curl --location --request POST 'https://api.imagemash.io/v1/account/changeKeywordListUsage' \
--header 'apikey: your_api_key' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'name=whitelist'

Last updated