Skip to main content

DID Management API

Create, retrieve, update, and manage Decentralized Identifiers (DIDs) for research data

POST/api/did

Create a new DID document for research data

Request Body

Request URL: http://localhost:8081/api/did

Example Response

{
  "id": "did:bio:123456789abcdefghi",
  "cid": "QmXg9Pp2ytZ14xgK35M6iTC2Vz6jR9zYgooNp2UHPTMnPN",
  "created_at": "2025-06-15T10:30:45Z",
  "controller": "did:key:z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK"
}