Detect Image
Authorizations
AuthorizationstringRequired
API key authentication for service-to-service communication.
Include your API key in the Authorization header:
Authorization: Bearer your-api-key
x-bitmind-application: oracle-api
Body
imagestringRequired
URL or Base64 encoded image.
- For URLs: The image must be publicly accessible with a maximum download size of 512MB.
- For Base64: The max size is 4MB. Supported MIME types: image/gif, image/jpeg, image/png, image/bmp, image/tiff.
richbooleanOptionalDefault:
Enable rich response with detailed analysis
falsesourcestringOptional
Source identifier for tracking (e.g., URL of the content)
Responses
200
Successful response
application/json
isAIbooleanOptional
Whether the image is detected as AI-generated
confidencenumber · floatOptional
Confidence score (0-1, higher = more confident)
similaritynumber · floatOptional
Similarity score to known AI content
processingTimenumber · floatOptional
Total processing time in seconds
predictionsnumber[]Optional
Raw prediction scores from validators (rich mode only)
contentCredentialsobjectOptional
C2PA content provenance information (rich mode only)
minersobject[]Optional
Detailed miner information (rich mode only)
fqdnstringOptional
Fully qualified domain name of the subnet
400
Bad request - Invalid input data
application/json
401
Unauthorized - Invalid or missing authentication
application/json
429
Rate limit exceeded
application/json
post
/34/detect-imageLast updated