Developer platform

Forensic IP attribution as an API.

40+ attribution and forensic endpoints. 8 TDPI marketplace endpoints. 6 memorization-risk endpoints. OpenAPI 3.1 spec, SDKs in Python and TypeScript.

Get an API key Browse endpoints status.iplyr.com — all systems operational
Quickstart

Score a work against a target model.

example.python
py
1from iplyr import Client
2cli = Client(api_key="sk_live_…")
3
4r = cli.tq.score(
5 work_hash="sha256:b2f0…d41a",
6 target_model="anthropic/claude-3.7",
7 jurisdiction="US-9",
8)
9print(r.score, r.tier, r.ci_95)
Auth & rate limits

OAuth 2.0 + API keys. Tiered rate limits:

  • Free · 100 calls / day
  • Pro $500 / mo · 10K calls / day
  • Scale from $5K / mo · custom
  • Enterprise · on-prem option
Endpoint catalog

40+ endpoints. One coherent surface.

  • POST /assess
  • POST /extract
  • POST /probe
  • POST /report
  • POST /compare
  • POST /register-work

Pricing

  • Free — evaluation, 100 calls / day
  • Pro — $500 / month, 10K calls / day
  • Scale — from $5K / month, custom
  • Enterprise — on-prem option, SOC 2 controls

SLA & status

99.9% uptime target on Pro tier. 99.99% on Enterprise. Realtime status at status.iplyr.com.

Talk to engineering