Get keyword list
Get keyword list
POST
https://api.imagemash.io/v1/account/getKeywordList
Headers
Name
Type
Description
apikey*
Your API Key
[
{
"name": "example.com/images",
"createdAt": "2022-07-12T18:53:21.261Z"
}
]
Example Codes
curl --location --request POST 'https://api.imagemash.io/v1/account/getKeywordList' \
--header 'apikey: your_api_key'
Last updated