Developer API

Bring GeoSpy image geolocation into your product

The same visual-clue analysis you try on this site — landmarks, architecture, signs, landscapes, and street scenes — is available through Allyx API with the geospy model.

Allyx API

Create task

POST
https://open-api.allyxapi.com/v1/task/create
Model
geospy

Getting started

From account to first API call

Follow these four steps to start using the GeoSpy model on Allyx. Registration, credits, and integration details live in the official technical documentation.

  1. 01

    Create an Allyx account

    Register on the Allyx API platform so you can receive an API key and manage usage.

    Open docs
  2. 02

    Purchase credits

    Buy credits to run geospy tasks. Each successful call consumes credits based on usage.

    Open docs
  3. 03

    Read the docs and integrate

    Call POST /v1/task/create with model geospy. Input fields, async mode, and responses are documented on Allyx.

    Open docs
  4. 04

    Need help?

    If something is unclear, email support@allyxapi.com and include your use case or error details.

    Email support

Website to API

What this site does, mapped to Allyx

GeoSpy Tech is the interactive demo. The Allyx Create Generic Task API is how you run the same geospy model in your own product. Parameter details stay in the official docs — we do not invent extra input fields here.

1

Upload a photo and estimate location

On this site you upload an image and receive an AI location estimate from visual clues, without relying only on GPS metadata.

Allyx API

Create a task with model geospy using POST /v1/task/create. Send the image through the documented input object.

View API docs
2

Analyze architecture, signs, landscapes, streets, and vegetation

The website looks at buildings, road signs, terrain, street layout, and environment together to narrow down a place.

Allyx API

The same geospy model performs that visual analysis when you submit an image task. Combine it with async, callBackUrl, or clientTaskId as needed.

View API docs
3

Return city, coordinates, confidence, and an explanation

Results include a likely place, map coordinates, a confidence signal, and a short explanation of the visible clues.

Allyx API

Completed tasks return resultJson along with state, progress, and creditsConsumed. Parse the documented payload for location fields.

View API docs
4

Travel photos, social posts, landscapes, and street scenes

People use GeoSpy Tech to identify vacation photos, social images, outdoor landscapes, and urban street scenes.

Allyx API

Those same use cases run as geospy tasks. For production volume, use async execution and webhooks from the Create Generic Task docs.

View API docs

Create a geospy task

curl -X POST "https://open-api.allyxapi.com/v1/task/create" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-xxxxxx" \
  -d '{"model": "geospy", "input": {}}'

This sample matches the official Create Generic Task docs. Fill in input from the Allyx documentation and replace sk-xxxxxx with your key.

More credits

Share your use case to apply more credits

Tell us how you plan to use the GeoSpy API. A short, real scenario is enough for us to review your credit request.

support@allyxapi.com