Inferpost https://ai.api.nvidia.com/v1/cv/hive/deepfake-image-detectionBody Paramsinputarray of stringsrequiredlength between 1 and 1The list of images to be checked by the AI generated image detector. Each image should be in form of data:image/{format};base64,{base64encodedimage} if it's smaller than 200KB. Otherwise, it needs to be uploaded to a presigned S3 bucket using NVCF Asset APIs.Once uploaded you can refer to it using the following format: data:image/png;asset_id,{asset_id}.Only a single image input is supported.Accepted formats are jpg, png and jpeg.Input* stringreturn_imagebooleanDefaults to falseIf True uses returns an image with bounding boxestruefalseResponses 200Successful Response 422Validation ErrorUpdated over 1 year ago