Akismet
communityAnti-spam service used by millions of websites to filter comment spam and form submissions. Used by WordPress and many CMS platforms.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
/1.1/comment-checkCheck if a comment or form submission is spam
Parameters
blogyour site URL (stringrequireduser_ipsubmitter IP (stringrequiredcomment_typecomment|forum-post|contact-form (stringoptionalcomment_authorstringoptionalcomment_contentcontent to check (stringrequiredcomment_author_emailstringoptionalReturns
true (spam) or false (ham)POST
/1.1/submit-spamReport a false negative - content missed as spam
Parameters
blogyour site URL (stringrequireduser_ipstringrequiredcomment_contentspam content (stringrequiredReturns
Thanks for making the web a better placePOST
/1.1/submit-hamReport a false positive - legitimate content flagged as spam
Parameters
blogyour site URL (stringrequireduser_ipstringrequiredcomment_contentham content (stringrequiredReturns
Thanks for making the web a better placePOST
/1.1/verify-keyVerify your Akismet API key is valid
Parameters
keyyour API key (stringrequiredblogyour site URL (stringrequiredReturns
valid or invalid