Execute a vFunction
Once you have deployed your function with the verifiably API, you can execute it using the same API.
You will need the Sha256 value generated when you deployed your function to execute it with the API.
curl --request GET "api.verfiably.com/execute?123456789000000000000000"This API call will run the function and upload the resulting attestation document to AWS S3. You will get a response with a link to download this file.