KAVACH API
IP Compliance as a Service
Embed real-time IP and copyright compliance into your product. KAVACH scans text for 10,000+ protected entities โ Marvel, DC, Disney, Anime, Indian IP, Tolkien and more โ and returns an originality score in milliseconds, powered by the same engine that guards every Meraki creation.
Pricing
- โ10 requests per minute
- โ5,000 monthly scans
- โEntity + alias matching
- โOriginality score (0โ100)
- โLicense tier assignment
- โJSON API response
- โEmail support
- โ60 requests per minute
- โ50,000 monthly scans
- โEntity + alias + phonetic matching
- โFull match context & suggestions
- โCompliance flags (DMCA, Berne, DPIIT)
- โBatch endpoint (up to 20/call)
- โWebhook on blocked content
- โPriority support
- โ300+ requests per minute
- โUnlimited scans
- โCustom blocklist entries
- โSLA guarantee (99.9% uptime)
- โWhite-label integration
- โOn-premise deployment option
- โDedicated legal compliance team
- โCustom contract & invoicing
API Reference
/api/v1/kavach/api/checkcurl -X POST https://comicraft-main.onrender.com/api/v1/kavach/api/check \
-H "X-Kavach-API-Key: kv_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"title": "The Iron Avenger",
"logline": "A billionaire builds a suit of armor to fight crime",
"hero_name": "Tony",
"co_star_names": ["Pepper", "Rhodey"]
}'{
"success": true,
"score": 34,
"tier": 4,
"tier_code": "blocked",
"tier_label": "Blocked โ Cannot Generate",
"blocked": true,
"matches": [
{
"name": "Iron Man",
"ip_owner": "Marvel Entertainment",
"category": "character",
"risk_level": "critical",
"match_type": "alias",
"suggestion": "Rename your hero โ too similar to Iron Man (Marvel)"
}
],
"warnings_count": 2,
"message": "IP Compliance: Iron Man โ owned by Marvel Entertainment.",
"compliance_flags": {
"india_copyright_act_s51": true,
"dmca_512_safe_harbor": true,
"berne_convention": true
}
}Endpoints
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| POST | /api/v1/kavach/api/check | API Key | Scan text for IP violations, get score + matches |
| POST | /api/v1/kavach/api/keys | Bearer JWT | Generate a new API key |
| GET | /api/v1/kavach/api/keys | Bearer JWT | List your API keys |
| DELETE | /api/v1/kavach/api/keys/:id | Bearer JWT | Revoke an API key |
| GET | /api/v1/kavach/api/usage | Bearer JWT | View usage statistics (30-day window) |
| POST | /api/v1/kavach/scan | Bearer JWT | Submit a Meraki story for full pipeline scan |
| POST | /api/v1/kavach/dmca | None | Submit a DMCA takedown notice |
| POST | /api/v1/kavach/appeals | Bearer JWT | File a DMCA counter-claim |
Originality Tiers
No significant IP matches. Eligible for full commercial use and NFT minting.
Minor similarities. Personal use granted; commercial use requires review.
Recognizable inspiration. Must credit source material if published.
Critical IP matches. Generation and minting blocked. Revise and resubmit.
Who Uses KAVACH API
Screen user prompts before image generation to avoid infringing artwork.
Validate manuscript content before listing on storefronts.
Check character names, places and lore against protected IP before shipping.
Moderate user-generated fan-fiction and fan-art submissions at scale.
Automate first-pass IP screening for content moderation pipelines.
Ensure student creative work is original for academic integrity.
Build with KAVACH
Start protecting your platform from IP liability today. Get your API key in under a minute.