Developer API

Integrate fraud screening
into your pipeline

Groovian's REST API lets you screen content, verify identities, and submit fraud signals programmatically. Automate fraud checks at the point of ingestion, before content ever reaches your catalog.

Four endpoints for your workflow

POST /screen-identity

Screen Identity

Check a person or company against the fraud network before onboarding them. Pass identity fields and get instant risk scoring.

  • Match against known bad actors across all distributors
  • Returns risk score, match count, and signal details
  • Sub-second response times
POST /screen-content

Screen Content

Verify ISRCs and UPCs against known fraud signals before distribution. Screen individual tracks or entire releases.

  • Check ISRCs, UPCs, and Spotify URLs
  • Returns matched signals with severity and fraud type
  • Cross-reference against the entire network
POST /bulk-screen

Bulk Screening

Screen up to 100 items in a single request for high-volume pipelines. Ideal for batch ingestion workflows.

  • Up to 100 items per request
  • Mix identity and content checks
  • Individual risk scores per item
POST /submit-signal

Submit Signal

Report fraud programmatically from your internal tools. Integrate submission into your moderation workflows.

  • Structured fraud reports with evidence
  • All fraud types and severity levels
  • Automatic cross-org matching on submission

Simple, structured responses

Every API response returns a clear risk assessment with match data, risk scores, and linked signal details. Integrate the results into your existing decision-making pipeline: approve, flag for review, or reject automatically.

response.json
{
  "match": true,
  "risk_score": 72,
  "signal_count": 5,
  "severity": "high",
  "signals": [
    {
      "case_type": "stolen_content",
      "severity": "high",
      "distributor_count": 3,
      "first_reported": "2025-08-14"
    }
  ]
}

Built for your stack

API Key Auth

Generate and manage API keys from your dashboard. Rotate keys, track usage, and control access at the organization level.

JSON REST API

Standard REST endpoints with JSON request/response. Works with any language or framework. No SDKs required.

Real-time Results

Sub-second response times for single screenings. Bulk endpoints optimized for throughput without sacrificing accuracy.

Get API access

Talk to our team to get your API keys and start integrating fraud screening into your pipeline.

Talk to Sales