Login at https://cloud.nodeflux.io. Or just click here if you need to set up your account for the first time.
Choose the "Access Key" menu and click the “Generate Access Key” button to automatically get the access key.
You will be asked to enter your NPWP. Please fill the form and attach your NPWP in .pdf or .jpg then click Done.
The access key will be generated. Click "Download .csv file" to save access key information.
After success generated access key, you can get information about:
Access key ID
Secret access key
Access key name (possible for changes the name)
The value of the secret access key can only be seen once, we recommend to downloading the .csv
file of the access key.
Send a POST request to https://backend.cloud.nodeflux.io/auth/signatures
, by providing these arguments as application/json
with request payload:
{"access_key": "YOUR_ACCESS_KEY","secret_key": "YOUR_SECRET_KEY"}
you will get a response similar to this:
{"headers": {"x-nodeflux-timestamp":"20190111T104645Z"},"token": "34c513672bb7c4918d52cea989fba1060f8084ece5135df5155c2dec2d98cff1"}
From the Request Authorization response, you can construct your authorization key
NODEFLUX-HMAC-SHA256 Credential={ACCESS_KEY}/{DATE}/nodeflux.api.v1beta1.ImageAnalytic/StreamImageAnalytic, SignedHeaders=x-nodeflux-timestamp, Signature={TOKEN}
Fill your ACCESS_KEY
, DATE
, and TOKEN
from the response above. DATE
is the date component of x-nodeflux-timestamp
or the first 8 characters of DATE
(e.g. 20190111
).
Select analytic from the following list or you can run in Postman.
Or you select from Analytics API