curl --request PUT \
--url https://apix.us.amity.co/v1/blacklist/records \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"regexs": [
"<string>"
]
}
'Refresh the black list
curl --request PUT \
--url https://apix.us.amity.co/v1/blacklist/records \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"regexs": [
"<string>"
]
}
'Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.