Skip to content

Welcome to the Arybit GeoAlterSense™ v2.0 API documentation. This platform is powered by AARAB v4.0 (Arybit Autonomous Research Agent Brain) and provides the world’s first fully intelligent national geospatial brain. Use this guide to integrate sovereign mineral exploration, precision agriculture, and environmental monitoring into your applications.

Quick Start

  1. Sign in at account.arybit.co.ke to obtain a session (cookie) and optional Bearer token for API calls.
  2. Create TaskPOST /api/tasks/create with a query (e.g., "Mineral prospects in Tharaka") to initiate analysis.
  3. Poll StatusGET /api/tasks/{taskId}/status to check progress (queued -> analyzing -> completed).
  4. Get ResultsGET /api/tasks/{taskId}/results to retrieve the final report, maps, and confidence scores.

Endpoints Overview

Method Path Description
GET/api/tasksList recent geospatial tasks
POST/api/tasks/createCreate a new analysis task
GET/api/tasks/{taskId}/statusCheck task processing status
GET/api/tasks/{taskId}/resultsRetrieve final analysis results

Base URL & Environment

All endpoints are relative to:

https://api.arybit.co.ke/geoaltersense

Authentication is provided via the Arybit account service (cookie-based in the browser, or Bearer token for server and programmatic access). See Authentication for details.