Upload any AI-generated image and see instant EU & China compliant watermarking. Experience our API without creating an account.
Click to upload or drag and drop
PNG, JPG up to 10MB
Your watermarked image will appear here
# Install: pip install aigc-compliance
from aigc_compliance import AIGCClient
client = AIGCClient(api_key="your_api_key")
result = client.comply(
image_path="image.jpg",
region="EU", # or "CN" for China
watermark_text="AI Generated"
)
print(f"Watermarked: {result.url}")
# Processing time: ~250ms with async (Pro+)
Get 100 free API calls to start. No credit card required.
Sign Up for Free Account →Upgrade anytime: Starter ($29/mo) • Professional ($99/mo) • Enterprise ($499/mo)