Review feature
You can use the service review feature to validate the results during the service call.
Example
After calling the service, you will be given a URL to check the results
After submitting the review page will redirect to a page with parameters.
Verifying signatures
To ensure that a request originates from AIGEN, it's important to verify its signature. This involves utilizing the HMAC-SHA256 algorithm with the API key.
Using the HMAC-SHA256 algorithm with api key as the secret key.
Compute the digest for the data.
Confirm that the base64 encoded digest matches the received signature.
Last updated