curl --request GET \
--url https://api.example.com/v1/hash/blake2s \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate BLAKE2s hash of text.
curl --request GET \
--url https://api.example.com/v1/hash/blake2s \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}