GeoSpy Single Prediction Endpoint With Image Description and Basic Location Details
This is the base GeoSpy geolocation prediction endpoint that is called on GeoSpy.ai aka GeoSpy Plus. Given a base64 encoded string, GeoSpy will attempt to predict a list of possible locations where the image may have been taken.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Deprecated Multi Geolocation Prediction
This is the base GeoSpy geolocation prediction endpoint. Given a base64 encoded string, GeoSpy will attempt to predict a list of possible locations where the image may have been taken. Once a set of predictions have been made, the following data will be returned:
geo_predictions: An array of objects, each containing: - coordinates: An array with two elements, latitude and longitude. - score: A float indicating the rank a GPS coordinate prediction has compared to the other predictions. Score values can vary greatly and are an indication of prediction quality relative to all predictions. - similarity_score_1km: A double that ranges between 1.0 and 0. This value indicates how similar the features of the input image are to the known characteristics within 1 kilometer of the GPS predicted point.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Request Body
imagestring · base64 · requiredBase64-encoded string of the image.
top_kinteger · integerThe number of top predictions to return. Default is 5 but you can request up to 50 GPS location predictions
