POST /analyze Requires Auth

Analyze image (upload or URL)

Send image file or URL for NSFW detection

Test Endpoint

Code Examples

curl -X POST \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{}' \
  'https://nexonapi.com/api/nsfw-detection/analyze'
Example cURL Request
curl -X POST \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -d '{}' \
  'https://nexonapi.com/api/nsfw-detection/analyze'
frontend.example_response
[]