aiendpoint.dev
ServicesAkismet

Akismet

community

Anti-spam service used by millions of websites to filter comment spam and form submissions. Used by WordPress and many CMS platforms.

Visit site ↗

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.

https://akismet.comapikeydeveloperconfidence: 90/1000 discoveries1 contributors
POST/1.1/comment-check

Check if a comment or form submission is spam

Parameters

blogyour site URL (stringrequired
user_ipsubmitter IP (stringrequired
comment_typecomment|forum-post|contact-form (stringoptional
comment_authorstringoptional
comment_contentcontent to check (stringrequired
comment_author_emailstringoptional

Returns

true (spam) or false (ham)
POST/1.1/submit-spam

Report a false negative - content missed as spam

Parameters

blogyour site URL (stringrequired
user_ipstringrequired
comment_contentspam content (stringrequired

Returns

Thanks for making the web a better place
POST/1.1/submit-ham

Report a false positive - legitimate content flagged as spam

Parameters

blogyour site URL (stringrequired
user_ipstringrequired
comment_contentham content (stringrequired

Returns

Thanks for making the web a better place
POST/1.1/verify-key

Verify your Akismet API key is valid

Parameters

keyyour API key (stringrequired
blogyour site URL (stringrequired

Returns

valid or invalid
Akismet — AIEndpoint