Enable checks
Request one to three supported safety categories on a single image or video job.
Request one to three supported safety categories on a single image or video job.
The pipeline performs a bounded first pass and escalates uncertain or higher-risk observations for deeper evaluation.
Inspect the report and evidence in the webhook or result, then publish, hold for review, or reject in your application.
Analyze one source image before its requested derivatives are produced and attach structured decisions to the job.
Sample frames at a service-controlled interval, aggregate the highest-risk observations, and return flagged-frame timestamps.
Receive an overall verdict, flagged checks, per-check decisions and scores, plus bounded sampled-frame evidence.
Combine MediaRuntime’s report with human review, user history, appeals, and your product’s own publishing thresholds.
Works with image_multi_v1Works with video outputs such as mp4_720p_h264_aacChecks: sexual · violence · dangerousMode: report신뢰할 수 있는 서버에서 MediaRuntime API 키로 제출하세요. 소스는 작업 시간 동안 접근 가능한 HTTPS URL이면 되며 MediaRuntime 업로드는 선택 사항입니다.
{
"file_url": "https://cdn.example.com/media/upload.mp4",
"metadata": {
"media_type": "video",
"asset_id": "asset-0426"
},
"moderation": {
"enabled": true,
"mode": "report",
"checks": [
"sexual",
"violence",
"dangerous"
]
},
"outputs": [
{
"type": "mp4",
"preset": "mp4_720p_h264_aac"
}
]
}