Concepts
Annotations
Map compliance issues to content locations for native UI embedding
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Map compliance issues to content locations for native UI embedding
{
"type": "text-span",
"agentId": "advertising-law",
"severity": "high",
"message": "'Guaranteed' claim may violate FTC rules",
"suggestion": "Consider 'may help' instead",
"textLocation": {
"start": 120,
"end": 137,
"matchedText": "guaranteed results"
}
}
{
"type": "timeline",
"agentId": "metadata-labeling",
"severity": "medium",
"message": "AI-generated segment missing disclosure label",
"suggestion": "Add visible AI disclosure overlay",
"timelineLocation": {
"startMs": 15000,
"endMs": 28000,
"track": "video"
}
}
{
"type": "image-region",
"agentId": "rights-clearance-image",
"severity": "high",
"message": "Possible celebrity face detected",
"suggestion": "Obtain likeness rights or replace",
"imageLocation": {
"imageUrl": "https://example.com/ad.jpg",
"boundingBox": { "x": 120, "y": 45, "width": 200, "height": 250 }
}
}
{
"type": "global",
"agentId": "platform-policy",
"severity": "medium",
"message": "YouTube requires AI disclosure toggle for AI-generated content",
"suggestion": "Enable the AI-generated content disclosure in YouTube Studio"
}