๐คModel API
Use the Model API to access the custom model scores built specifically on your data using GeoIQ NoCode ML platform.
Model API with Latitude & Longitude
Request Body
Name
Type
Description
{
"score": float,
"status": integer
}Sample Request
{
"key": "Authentication Key",
"lat": 13.058650,
"lng": 77.592247,
"custom_variables":
{
"var1" : 124,
"var2" : "abc"
}
}Sample Response
Model API with Address
Request Body
Name
Type
Description
Sample Request
Sample Response
Last updated
Was this helpful?