01
Structured Review Notes
POST JSON claim inputs and project context. Get back deterministic claim language and 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 claim language, readiness signals, and policy-assessment output — via API.
Preview payload
Examiner-ready output, shaped for integration.
Output surface
Input
JSON claim context
Integrity
In-app records
Availability
Preview only
What the API does
01
POST JSON claim inputs and project context. Get back deterministic claim language and 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
The API returns claim, readiness, and policy-assessment output. Signed saved project records, timestamps, exports, and verification links remain inside RightsDocket project workflows.
Technical Preview
This illustrative request/response shows how the beta endpoint translates JSON project evidence into claim language, readiness output, and policy assessment fields.
Request
POST /api/v1/claims/generate
Content-Type: application/json
Authorization: Bearer rd_live_...
{
"humanContributions": ["lyrics", "melody"],
"aiContributions": ["production"],
"additionalNotes": "Human team rewrote the final lyrical phrasing and arrangement.",
"context": {
"mode": "RETROACTIVE",
"creationDate": "2026-03-10T00:00:00.000Z",
"rightsPosture": "Work for Hire",
"generativeTools": "Suno v4, manual DAW editing",
"contributors": [
{ "name": "Ari Lane", "role": "Writer", "percent": 60 },
{ "name": "Noa Price", "role": "Producer", "percent": 40 }
],
"aiUsages": [
{
"vendor": "Suno",
"tool": "Suno",
"purpose": "music generation",
"product": "music",
"modelVersion": "v4",
"accountTierAtUse": "pro"
}
]
}
}Response excerpt
{
"ok": true,
"requestId": "4f7c8f6e-2d2d-4a47-9d17-17d0e8a27191",
"input": {
"humanContributions": ["lyrics", "melody"],
"aiContributions": ["production"]
},
"contextSource": "inline",
"claim": {
"materialIncluded": "Lyrics and melodic composition.",
"materialExcluded": "AI-generated production elements.",
"readiness": {
"status": "review_ready",
"score": 72
},
"policyAssessment": {
"status": "review_needed",
"evidenceLevel": "attested"
}
},
"policyAssessment": {
"status": "review_needed",
"evidenceLevel": "attested"
}
}This is a preview of the API interface. Signed saved project records, timestamps, exports, and verification links remain inside RightsDocket; the same intelligence is available now through the guided 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, signed saved project records, exports, and verification links — is available through our guided wizard.
Rights Receipts start at $20. See pricing →