POST
/
v1
/
l1
/
fact-hash-calculation
curl --request POST \
  --url https://atlantic.api.herodotus.cloud/v1/l1/fact-hash-calculation \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "factHash": "<string>"
}

Body

application/json
pieFile
file
required

Response

201
application/json
Fact hash calculation successful
factHash
string
required

The calculated fact hash.