curl --request POST \
--url https://apix.us.amity.co/api/v3/blocklists/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
"<string>"
]
}
'{
"success": true
}Verify texts with the blocklist rules.
curl --request POST \
--url https://apix.us.amity.co/api/v3/blocklists/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
"<string>"
]
}
'{
"success": true
}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.