Asynchronous API
Asynchronous API will immediately give you a response
Job ID
when making an API call instead of the analytic result. Job ID
is the unique ID given to your request as your request is processed by our system. You can call them using GET
method to check whether your analytic request is on-progress
, success
, or even failed
.This API prevents you from blocking, meaning execution continues on in your program while analytic request is running.

Asynchronous API request-response scheme
Here is the list of our Asynchronous API: