🌻 Where AI agents bloom and ideas take flight - Discover what's new
cURL
curl --request POST \ --url http://localhost:3773/did/resolve \ --header 'Content-Type: application/json' \ --data ' { "did": "did:bindu:gaurikasethi88_at_gmail_com:echo_agent:352c17d030fb4bf1ab33d04b102aef3d" } '
{ "@context": [ "https://www.w3.org/ns/did/v1", "https://getbindu.com/ns/v1" ], "id": "did:bindu:your_email_at_example_com:research_agent:aa8bf76b1d1947a493167220ce8dd7a0", "created": "2026-02-11T14:49:59.808057+00:00", "authentication": [ { "id": "did:bindu:your_email_at_example_com:research_agent:aa8bf76b1d1947a493167220ce8dd7a0#key-1", "type": "Ed25519VerificationKey2020", "controller": "did:bindu:your_email_at_example_com:research_agent:aa8bf76b1d1947a493167220ce8dd7a0", "publicKeyBase58": "<base58-encoded-public-key>" } ] }
Resolves a Decentralized Identifier (DID) to its W3C-compliant DID document. Supports custom Bindu DID format: did:bindu:::
The DID to resolve
"did:bindu:gaurikasethi88_at_gmail_com:echo_agent:352c17d030fb4bf1ab33d04b102aef3d"
DID document
The DID
Bindu-specific metadata
Was this page helpful?