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 resultsaudio_source_tracing- Present when audio is labeled asfake. Containslabelidentifying the likely source (e.g.,resemble_ai,elevenlabs) orrealif audio is not synthetic, anderror_message(null on success)intelligence- Present when intelligence analysis was requested. Containsuuid,descriptionandcreated_attimestamp
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.audio_source_tracingis only returned when audio is labeled asfake. Use the standalone Audio Source Tracing endpoints to access all source tracing reports.
