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_attimestampprivacy_mode- Boolean indicating whether privacy mode was enabled for this detectmedia_redacted- Boolean,truewhen privacy mode is active and media URLs are redactedmedia_deleted- Boolean,truewhen the source file has been permanently deleted from storagefile_deleted_at- ISO 8601 timestamp of when the file was purged, ornullif not yet deletedaudio_url- Alias ofurl. Both arenullwhen privacy mode is enabled
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.
Privacy Mode Response
When privacy_mode was enabled on the original request, media URLs are redacted and the filename is tokenized:
