RightsDocketRightsDocket

Developer Preview

Claim Intelligence API

Programmatic access to the same deterministic review logic behind RightsDocket evidence packages. Generate structured review notes, risk assessments, and signed evidence bundles — via API.

Preview payload

Examiner-ready output, shaped for integration.

Deterministic review logic

Output surface

  • Structured review notes mapped to documented evidence.
  • Readiness scoring with deterministic risk flags.
  • Ed25519 signatures and RFC 3161 timestamps attached to each response.

Input

Audio + metadata

Integrity

Signed manifests

Availability

Preview only

What the API does

Technical depth for teams building on top of claim infrastructure.

01

Structured Review Notes

POST an audio file + project metadata. Get back deterministic review notes for human contribution, AI-tool use, release path, and evidence gaps.

02

Risk Assessment

Deterministic review logic evaluates disclosure completeness, review-path risks, and evidence gaps — the same intelligence available in the wizard, accessible programmatically.

03

Signed Evidence Bundles

Every API response includes an Ed25519-signed JSON manifest and RFC 3161 timestamp. Cryptographic proof that your claim documentation existed at a specific moment.

Technical Preview

A preview of the interface teams will build against.

This illustrative request/response shows how RightsDocket can translate project evidence into structured review notes and signed provenance artifacts.

Request

POST /api/v1/claims
Content-Type: multipart/form-data

{
  "audio": <file>,
  "project": {
    "title": "Midnight Signal",
    "ai_tools": ["Suno v3.5"],
    "human_contributions": ["lyrics", "arrangement", "vocal_performance"],
    "disclosure_type": "partial_ai"
  }
}

Response

{
  "claim": {
    "author_created": "Lyrics, vocal performance, musical arrangement...",
    "material_excluded": "AI-generated instrumental backing track...",
    "note_to_co": "Applicant used Suno v3.5 to generate...",
    "risk_flags": [],
    "readiness_score": 87
  },
  "provenance": {
    "signature": "ed25519:...",
    "timestamp": "rfc3161:..."
  }
}

This is a preview of the API interface. The same intelligence is available now through the RightsDocket wizard.

Get Early Access

We're onboarding API partners in phases.

Join the waitlist to get notified when developer access opens.

No spam. We'll email you once when the API opens.

Current Access

RightsDocket is live today.

The full review engine — deterministic review logic, risk flags, evidence mapping, and signed provenance packages — is available through our guided wizard.

Start Free Rights Review

Rights Receipts start at $20. See pricing →