Lasso Moderation API
1.0

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-reference.lassomoderation.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Lasso Moderation API MCP server": {
    "url": "https://api-reference.lassomoderation.com/mcp"
  }
}

Close
Base URL
https://api.lassomoderation.com/api/v1

API for Lasso's content moderation platform. To generate an API token, please go to https://app.lassomoderation.com/settings.

Rate limiting

Every endpoint has a default rate limit, listed in the endpoint's description. Rate limits can be adjusted per workspace — reach out if you need higher limits. Every response includes the current rate limit state in the X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset headers. When the limit is exceeded the API responds with 429 Too Many Requests.

Errors

Errors are returned as JSON with success: false and an error field. For validation errors the error field is an object with a message per invalid field; otherwise it is a string.

This is version 1.0 of this API documentation. Last update on Aug 28, 2026.