Developers
Integrate AI-powered comment moderation into your own products. RESTful API, TypeScript and Python SDKs, webhooks, and real-time events.
npm install @nawa/sdkimport { Nawa } from '@nawa/sdk';
const nawa = new Nawa({ apiKey: 'your-key' });
const reply = await nawa.comments.generateReply({
commentId: 'abc123',
tone: 'friendly',
platform: 'youtube',
});pip install nawa-sdkfrom nawa import NawaClient
client = NawaClient(api_key="your-key")
reply = client.comments.generate_reply(
comment_id="abc123",
tone="friendly",
platform="youtube",
)RESTful JSON API. Authentication via Bearer token. Rate limited to 1,000 requests/minute.
/v1/comments/v1/comments/:id/reply/v1/analytics/sentiment/v1/tone/train/v1/platforms/v1/webhooksComprehensive guides for getting started, authentication, and best practices.
Read DocsComplete endpoint documentation with request/response examples.
View ReferenceReal-time system status, uptime metrics, and incident history.
Check StatusJoin our Discord for developer support, feature requests, and updates.
Join Discord