zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Artificial Intelligence/NSFW Checker (Nyckel)
Logo NSFW Checker (Nyckel)

NSFW Checker (Nyckel)

Image safety classifier — detect NSFW/adult content via Nyckel ML model.

Endpoints
1
Requests
7
Updated
2 months ago
For LLMs
llms.txt
Endpoint health18 hours ago
  • checknot measured
no measurements yetdaily 01:00 WIB

Playground

1 endpoint
POST/v1/ai:nsfw-checker/check1h cache1 paramchecking key…
Parameters
imagefilerequired

Upload gambar (jpg, png, webp, gif, bmp). Max 10MB.

·
Response
EXAMPLE
{
  "raw": {
    "labelId": "label_n2ian8w116lhxuyk",
    "labelName": "Not Porn",
    "confidence": 0.9806964566811184
  },
  "isNsfw": false,
  "fileName": "test_face.jpg",
  "fileSize": 3644,
  "mimeType": "image/jpeg",
  "labelName": "Not Porn",
  "confidence": 0.9806964566811184
}

Code examples

Check Image
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("ai:nsfw-checker", "check", {
  "image": "photo.jpg"
});
console.log(data);
Full SDK reference →
request.sh
curl -X POST "https://api.zpi.web.id/v1/ai:nsfw-checker/check" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx" \
  -F "image=@/path/to/file.jpg"

Full reference

1 endpoint · plain text
POSTCheck Image/v1/ai:nsfw-checker/checkImage safety classifier — detect NSFW/adult content via Nyckel ML model.

Parameters

imagefilerequiredin form
Upload gambar (jpg, png, webp, gif, bmp). Max 10MB.

Request

curl -X POST "https://api.zpi.web.id/v1/ai:nsfw-checker/check" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "raw": {
    "labelId": "label_n2ian8w116lhxuyk",
    "labelName": "Not Porn",
    "confidence": 0.9806964566811184
  },
  "isNsfw": false,
  "fileName": "test_face.jpg",
  "fileSize": 3644,
  "mimeType": "image/jpeg",
  "labelName": "Not Porn",
  "confidence": 0.9806964566811184
}

Related APIs

More in ai

Copilot AI

ai/copilot

Microsoft Copilot — chat completion OpenAI-compatible, support streaming SSE

820 calls·10m cache

ChatGPT (chatgpt.com)

ai/chatgpt

ChatGPT (mode anonim, tanpa login) dari OpenAI. Endpoint kompatibel OpenAI Chat Completions (stream & non-stream).

454 calls·no cache

Felo AI

ai/felo

AI search assistant dengan web real-time — OpenAI-compatible, support streaming, return sumber referensi.

200 calls·no cache

Chatex

ai/chatex

Chatex chat — OpenAI-compatible chat completions.

210 calls·no cache

Dolphin AI

ai/dolphin

Dolphin 24B uncensored chat — chat completion OpenAI-compatible, support streaming SSE

77 calls·10m cache

Google AI (g.ai)

ai/google-aimode

Asisten penelusuran AI dari Google (AI Mode / g.ai) — jawaban grounded ke web realtime dengan sitasi. OpenAI-compatible chat completions.

43 calls·no cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026