Developer

The settlement API for music IP

TuneMint is the settlement, registry, and Proof of Human Origin API for music IP. Integrate once. Every transaction on your platform becomes an ownership record, a legal document, and an instant multi-party payment.

POST https://api.tunemint.store/v1/settle
curl -X POST https://api.tunemint.store/v1/settle \
  -H "Authorization: Bearer ${TUNEMINT_API_KEY}" \
  -d '{
    "asset_id": "TM-2026-000001",
    "transaction_value": 9.99,
    "split_manifest": [
      { "party_id": "acct_artist", "role": "artist", "percentage": 80 },
      { "party_id": "acct_platform", "role": "platform", "percentage": 20 }
    ]
  }'
/v1/settle

Instant multi-party settlement. Sub-200ms at the 95th percentile. Built on Stripe Connect.

/v1/registry

Query any Certified Digital Asset by ISRC or TM-YEAR-SEQUENCE. Full ownership record returned.

/v1/provenance

Proof of Human Origin certification for any audio file. Required by every AI lab training on music data.

Full API documentation, SDKs (Node.js, Python), sandbox environment, and embeddable widget launching with Sprint 4. Register below for early access and we’ll send keys when the portal opens.

Register for early access

Tell us who you are and what you’re building. We’ll reach out when API keys are available.