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.
Developer Preview
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.
Output surface
Input
Audio + metadata
Integrity
Signed manifests
Availability
Preview only
What the API does
01
POST an audio file + project metadata. Get back deterministic review notes for human contribution, AI-tool use, release path, and evidence gaps.
02
Deterministic review logic evaluates disclosure completeness, review-path risks, and evidence gaps — the same intelligence available in the wizard, accessible programmatically.
03
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
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
Join the waitlist to get notified when developer access opens.
No spam. We'll email you once when the API opens.
Current Access
The full review engine — deterministic review logic, risk flags, evidence mapping, and signed provenance packages — is available through our guided wizard.
Rights Receipts start at $20. See pricing →