Brand Compliance
IP & Brand Safety Check
Detect unauthorized use of IP, logos, faces, or brand assets in content. Compares submitted content against a known IP corpus and surfaces matches with similarity scores for review.
No credit card to start · Build from $25/mo
Pipeline Stages
1
ip_similarity_search
filter
feature_searchView parameters
{
"searches": [
{
"feature_uri": "mixpeek://image_extractor@v1/google_siglip_base_v1",
"query": {
"input_mode": "image",
"value": "{{INPUT.content_image}}"
},
"top_k": 20,
"min_score": 0.5
}
],
"final_top_k": 10
}2
ip_verdict
apply
llm_enrichView parameters
{
"provider": "google",
"model_name": "gemini-2.5-flash-lite",
"prompt": "This image was flagged as visually similar to a protected IP asset. Describe the similarity and assess whether it constitutes likely infringement, a generic similarity, or is clearly distinct.\n\nAsset metadata: {{DOC.content}}",
"output_field": "metadata.ip_verdict",
"temperature": 0.1
}Input Schema
content_imageimage
required
Image to check for IP conflicts
e.g. https://example.com/submitted-content.jpg
Use Cases
- UGC platform IP screening
- Ad creative clearance
- Brand protection monitoring
- Copyright infringement detection
Requirements
- IP corpus collection must have image embeddings indexed
- LLM inference service must be available
Tags
ip-safety
copyright
brand-protection
content-moderation
Ready to use this template?
Clone it into your namespace and start querying in minutes.