curl--location--request POST 'https://api.semihuman.ai/ai-video-detection' \
--header'x-humanizer-api-key;' \
--form'file=@""'
Responses
🟢200OK
application/json
Video detection result.
Body
Example
{"message":"Detection complete","isHuman":0,"fakePercentage":100,"totalFrames":8,"fakeFrames":8,"realFrames":0,"resultMessage":"The video is likely manipulated (100% fake frames)","framesClassification":[{"frame":"frame_0000.jpg","predicted_label":"fake","probabilities":[[0]]}]}