Introduction
The Moderation API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Just getting started?
Check out our quickstart guide to get up and running.
Not a developer?
If you’re not a developer, you can still use the API. We have many integrations and no-code solutions that allows you to create projects and moderate content without writing a single line of code.
Official SDKs
Moderation API’s server-side helper libraries (also known as server-side SDKs) reduce the amount of work required to use the REST APIs, starting with reducing the boilerplate code you have to write.
OpenAPI
If your preferred language is not supported by our official SDKs, you can use the OpenAPI specification to generate your own SDK.
Was this page helpful?