Add keyword to list

Adds a keyword to list

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

Headers

Name
Type
Description

apikey*

String

Your API Key

Request Body

Name
Type
Description

name*

String

Keyword that you want to add your list. It can be any string. If added expression found in Image URL, then further actions will be done. Avoid using small strings, It may block or allow other image URLs that contain this string. Nice Eg. example.com Bad Eg. img, logo, img.

// Empty Body

Example Codes

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

Last updated