{"access":{"authentication":{"format":"L402 {macaroon}:{proof_of_payment}","header":"Authorization","protocols":["L402","MPP"],"format_mpp":"Payment <base64url_json>"},"endpoint":"https://sats4ai.com/api/l402/detect-nsfw","method":"POST"},"content_type":"api","cover_url":"","description":"Classify image safety (normal/nsfw). Uses fine-tuned ViT (87M+ runs on Replicate). 100x cheaper and faster than asking an LLM. Essential for content moderation pipelines. 2 sats per image, no API key or signup needed.\n\nSend the image as base64 in the body:\n```\n{ \"image\": \"<base64 or data URI>\" }\n```","name":"NSFW Detector","pricing":[{"tier":"Standard","amount":2,"currency":"SATS"}],"quality":{"model":"Fine-tuned ViT","paper":"google/vit-base-patch16-224-in21k fine-tuned on 80K images","benchmark":"Binary classification","scores":{"runs":"87M+"},"source":"https://huggingface.co/Falconsai/nsfw_image_detection"},"response_body":{"classification":{"type":"string","description":"Either 'normal' or 'nsfw'"},"is_nsfw":{"type":"boolean","description":"True if image is NSFW"}},"request_body":{"image":{"type":"string","required":true,"description":"Base64-encoded image or data URI"}}}