Quickstart
Learn how to use 3vidence anonymously
Last updated
Learn how to use 3vidence anonymously
Last updated
curl --request POST \
--url https://api.3vidence.com//htsp/open/htsq \
--header 'Content-Type: application/json' \
--data '{"algorithm":"sha256","hash":"c1079f9de1992b5467d501f66fa4bdfbd61fe2e8689ffc63e4bb55204f15fc39"}' \
> sign.jsoncurl --request POST \
--url https://api.3vidence.com//htsp/htsr \
--header 'Content-Type: application/json' \
-d @sign.json | python -m json.tool