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.
Example Codes
Last updated