Scan image for prompt injection (multipart upload)
API Reference
Scan Image for Prompt Injection (Multipart File Upload)
POST
Scan image for prompt injection (multipart upload)
This endpoint is the same as the Scan Image for Prompt Injection endpoint but that it allows you to send the image using a multipart http request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
Image file upload. Supported formats: PNG, JPEG, GIF, WebP
JSON array or comma-separated list of categories to detect (mutually exclusive with 'exclude')
JSON array or comma-separated list of categories to exclude (mutually exclusive with 'only')
Minimum confidence level to include in results. Default: 'medium' (include all)
Available options:
medium, high 
