Quick Start
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You will receive your API key shortly after completing the registration in your registration email.
Install and configure the library
The best way to do the initial tests with our API is using simple requests, you can do this using any programming language that works with HTTP requests, in the example below we will use Python.
Send a custom event
Sending custom events is the first way for you to interact with the platform, viewing the result that presents the risk of the event that was sent.
Viewing the result
As soon as the request is sent, the Safe-e engines analyze the context of the event sent and returns the Score with the possible risks and signals found.
Last updated
Was this helpful?