Skip to content

Compute CID for canonicalized RDF of JSON-LD document

POST
/utils/v1/json-ld/rdfc_cid
curl --request POST \
--url https://example.com/utils/v1/json-ld/rdfc_cid \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '"example"'

Compute CID for canonicalized RDF of JSON-LD document

The provided JSON-LD must already be canonicalized.

Media type application/json
Example generated
example

Compute CID for canonicalized RDF of JSON-LD document

Media type application/json
object
cid
required
string
Example generated
{
"cid": "example"
}