⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/check_nsfw_cp \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"prompt": "<string>"
}
'{
"status": "success",
"is_cp": true,
"is_nsfw": true,
"original_prompt": "<string>",
"filtered_prompt": "<string>"
}This endpoint is useful to check if a prompt has CP or NSFW content.
curl --request POST \
--url https://modelslab.com/api/check_nsfw_cp \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"prompt": "<string>"
}
'{
"status": "success",
"is_cp": true,
"is_nsfw": true,
"original_prompt": "<string>",
"filtered_prompt": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint to check if an image is nsfw or not.
--request POST 'https://modelslab.com/api/check_nsfw_cp' \
{
"key": "your_api_key",
"prompt": "ultra realistic close up portrait ((beautiful pale cyberpunk female with heavy black eyeliner, nude)) , blue eyes, shaved side haircut, hyper detail, cinematic lighting, magic neon, dark red city, Canon EOS R3, nikon, f/1.4, ISO 200, 1/160s, 8K, RAW, unedited, symmetrical balance, in-frame, 8K"
}
NSFW prompt check response
Was this page helpful?