STAP Docs
api.stap.now

The API root is stable. The public contract is versioned.

Use https://api.stap.now/api/v1 for agent and application endpoints. Root-level legacy aliases remain during transition.

curl -fsS "https://api.stap.now/api/v1/search?query=windows&latitude=44.4949&longitude=11.3426&radius_meters=25000&canonical_type=entity&max_results=5"

Health

Use root-level health checks for Railway service readiness and monitoring.

Open health

Public index

Start from the public Markdown index to discover agent-facing guides and endpoint families.

Open index

Swagger

Use the live API docs for request and response shapes generated from the FastAPI app.

Open Swagger