Detect Image
Detect AI-generated images.
Endpoint
Authentication
Request
curl -X POST https://api.bitmind.ai/detect-image \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"image": "https://example.com/photo.jpg"}'Multipart upload
curl -X POST https://api.bitmind.ai/detect-image \
-H "Authorization: Bearer $API_KEY" \
-F "image=@photo.jpg"JSON fields
Field
Type
Required
Description
Multipart fields
Field
Type
Required
Description
Supported formats
Response
Response with debug enabled
Last updated