Developer API & SDKs

Transform Your Software into a Protected Revenue Stream

Stop losing money to software piracy! Our battle-tested API and SDKs have helped thousands of developers secure over $50M in software revenue. Get started free and see results in minutes.

Start Protecting Your Software in 5 Minutes

Join 10,000+ developers who've already secured their applications with our drop-in license management solution. No complex setup, no monthly fees - just instant protection that works.

  • Zero-config installation via Composer/npm
  • Advanced hardware fingerprinting (unbypassable)
  • Auto-renewal and token management
  • Real-time piracy alerts & analytics
Start Free Trial View Docs
PHP
// Install via Composer
composer require installationkey/php-sdk

// Protect your app in 3 lines
use InstallationKey\LicenseManager;
$license = new LicenseManager('your-api-key');

$result = $license->activate([
    'license_key' => 'XXXX-XXXX-XXXX-XXXX',
    'hardware_id' => $license->generateHardwareId()
]);

if ($result['activated']) {
    // ? Licensed user - full access
    echo "Welcome to the premium version!";
} else {
    // ? Unlicensed - restrict features
    die("License required: " . $result['message']);
}

From Piracy Problem to Profit in Minutes

Our proven 4-step process has helped developers recover millions in lost revenue from unauthorized software use.

Instant License Generation

Create unlimited license keys with our API. Set custom rules, trial periods, and activation limits that match your business model perfectly.

Bulletproof Activation

Military-grade hardware fingerprinting stops license sharing cold. Real-time validation ensures only paying customers access your premium features.

Revenue Analytics

Track activation patterns, identify piracy hotspots, and get actionable insights to maximize your software's earning potential.

Works with Your Favorite Technologies

Choose from our comprehensive collection of ready-to-use SDKs and start protecting your software today

PHP
v1.2.0
JavaScript
v1.4.1
Python
v1.1.8
Java
v1.2.5
.NET
v1.3.2
REST API
v1.0

Enterprise-Grade Security That Actually Works

Trusted by industry leaders to protect millions of dollars in software revenue

Military-Grade Encryption

Bank-level 256-bit encryption with zero-trust architecture

Unbreakable Fingerprinting

Advanced device identification that stops sharing dead

DDoS & Attack Protection

Built-in rate limiting and automated threat detection

99.9% Uptime SLA

Global CDN ensures your licenses validate instantly, anywhere

Complete License Management Ecosystem

Everything you need to turn your software into a protected, profitable business asset

1
Smart License Generation

Create licenses programmatically with custom expiration, feature flags, and customer data integration.

2
Drop-in SDK Integration

Add our lightweight SDK with just 3 lines of code. Zero dependencies, maximum security.

3
Real-time Validation

Lightning-fast license checks with offline support and secure token caching.

4
Revenue Protection Active

Your software is now earning maximum revenue with zero piracy losses.

JavaScript
// Install & protect in minutes
npm install installationkey-sdk

const LicenseManager = require('installationkey-sdk');
const license = new LicenseManager('your-api-key');

// Validate license with hardware binding
const result = await license.activate({
    licenseKey: 'XXXX-XXXX-XXXX-XXXX',
    hardwareId: license.generateHardwareId()
});

// Control access to premium features
if (result.activated) {
    unlockPremiumFeatures();
} else {
    showUpgradePrompt(result.message);
}
REST API
// Create license with custom rules
POST /api/v1/licenses
{
  "product_id": 123,
  "max_activations": 3,
  "expires_at": "2024-12-31"
}

// Instant activation & validation
POST /api/v1/activate
{
  "license_key": "XXXX-XXXX-XXXX-XXXX",
  "hardware_id": "device_fingerprint"
}

Stop Losing Money to Software Piracy Today

Join thousands of developers who've already recovered lost revenue. Start free, scale up as you grow. No setup fees, no monthly subscriptions - just results.

Free
$0
Forever
Test our protection with your software
  • Full API access
  • 1 test application
  • 50 verifications/month
  • Community support
  • All SDK downloads
  • Production use
Start Free Trial
Scale
$99
Annual subscription
For growing software businesses
  • Full API access
  • Unlimited applications
  • 5000 verifications/month
  • Priority email support
  • Revenue analytics
  • Custom integrations

Frequently Asked Questions

Get answers to common questions about protecting your software revenue

Our system stops 95%+ of casual piracy attempts instantly. While no system is 100% unbreakable against determined crackers, we make piracy so difficult and time-consuming that most give up and purchase legitimate licenses instead.

We support full offline activation with manual request/response codes. Your customers can activate in air-gapped environments while maintaining security. Our documentation includes complete offline integration examples.

Most developers see immediate results. Integration takes 5-30 minutes depending on your application. You'll start getting piracy alerts and legitimate purchase conversions within hours of deployment.

Our smart algorithms learn usage patterns to minimize false positives. We provide detailed logs and customer self-service tools. In 5+ years of operation, false positive complaints are less than 0.1% of activations.

Absolutely! Domain-based licensing works perfectly for web apps, WordPress plugins, and SaaS tools. We support wildcard domains, staging environments, and IP-based activation for maximum flexibility.