0.0.7 • Published 1 year ago

@contentmod/sdk v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NPM Version

ContentMod TypeScript SDK

This is the repository for the ContentMod TypeScript SDK.

Checkout our docs at https://docs.contentmod.io

Installation

npm install @contentmod/sdk

Usage

import { ContentMod } from '@contentmod/sdk';

const contentMod = new ContentMod({
  secretKey: 'YOUR_SECRET_KEY',
  publicKey: 'YOUR_PUBLIC_KEY',
});

const textModerationResponse = await contentMod.text.moderate('Hello world!');

const imageModerationResponse = await contentMod.image.moderate(
  'https://example.com/image.jpg',
);
0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago