Get Detection Result
GET https://app.resemble.ai/api/v2/detect/{uuid}
Retrieve the deepfake detection result using the provided UUID. Returns the final metrics for the detection job. Media-type-specific keys appear depending on the input.
Response Details
metrics- Always includes alabel(fake/real),scorearray with predictions per chunk,consistencyfield (for audio/video), andaggregated_scoreimage_metrics- Present for still images, contains type, label, score, visualization image (if requested), and nested analysis childrenvideo_metrics- Present for videos, includes nested detections across frames with timestamps, certainty scores, and hierarchical results
metricsalways reflects the aggregate prediction and confidence per chunk.image_metricsappears for still images and contains visualization assets if requested.video_metricsnests detections across frames with timestamps and certainty percentages.
