Developer-First Platform

REST APIs, a JS snippet, and webhook routing, in under 30 minutes.

REST APIs for email and IP intelligence. A lightweight JS snippet for invisible fraud protection. Webhook outputs to route data anywhere. Under 30 minutes to production.

Integration Types
JS

Fraud Protection Snippet

<script
  src="https://cdn.opportify.ai/f/vX.Y.Z.min.js"
  data-opportify-key="<your-public-key-here>"
  async
></script>
API

Email Insights API

POST /insights/v1/email/analyze

API

IP Intelligence API

POST /insights/v1/ip/analyze

Three products. One platform.

Use one, two, or all three. Each ships independently and works with your existing stack.

JS

Fraud Protection

One script tag on your form. Risk score delivered via webhook. No backend changes. No CAPTCHA.

  • One script tag — no backend changes
  • Risk score 200–1000 scale
  • Webhook output to any destination
  • Device & behavioral signals
<script
  src="https://cdn.opportify.ai/f/vX.Y.Z.min.js"
  data-opportify-key="<your-public-key-here>"
  async
></script>
Email

Email Insights API

REST endpoint with JSON responses. Validate emails at signup in real time, with no guessing, no false positives.

  • Disposable & role account detection
  • MX record & SMTP verification
  • Domain reputation scoring
  • Catch-all & free provider flags
POST /insights/v1/email/analyze
IP

IP Intelligence API

Enrich any IP address with risk signals, geolocation, ASN data, and proxy/VPN detection.

  • VPN & proxy detection
  • Geolocation & ASN data
  • Threat signals & abuse history
  • Datacenter & hosting detection
POST /insights/v1/ip/analyze

Route Data Anywhere, Automatically

Fraud Protection fires a webhook on every form submission. Route it to your CRM, alerting system, or custom endpoint. 34 pre-configured destinations including Zapier, Make, HubSpot, Salesforce, Slack, PagerDuty, Datadog, and n8n.

ZapierMaken8nHubSpotSalesforcePipedriveZoho CRMClose CRMGoHighLevelApollo.ioSlackMicrosoft TeamsDiscordPagerDutyOpsGenieDatadogNew RelicSplunkActiveCampaignMailchimpKlaviyoBrevoCustomer.ioLemlistZendeskIntercomFreshdeskAirtableNotionMonday.comSegmentClayRelevance AIVapi+ any custom webhook

Simple Integration in Major Languages

Get started with just a few lines of code. Our API and native SDKs make email validation seamless across any platform or programming language.

import { EmailInsights } from '@opportify/sdk-nodejs';

const clientEmailInsights = new EmailInsights({
  version: '1.0',
  apiKey: 'YOUR_API_KEY'
});

async function analyzeEmail() {
  try {
    const response = await clientEmailInsights.analyze({
      email: "user@example.com",
      enableAutoCorrection: true,
      enableAI: true,
    });

    console.log('Risk Score:', response.riskScore);
    console.log('Deliverable:', response.deliverable);
    console.log('Email Type:', response.type);
  } catch (error: unknown) {
    console.error('Validation error:', error);
  }
}

analyzeEmail();
Email Insights · 1000 Free Credits · Cancel Anytime

Start building in minutes

Free trial includes Email Insights, IP Intelligence, and Fraud Protection. No credit card required.

  • Access to Email and IP Insights
  • Pre-built workflows and SDKs included
View Documentation

Cancel anytime. Credits roll into your paid plan once you upgrade.