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.
Production base URL:
All requests must use HTTPS. Authentication is required for protected endpoints (see Authentication).
https://api.arybit.co.ke/geoaltersenseAll requests must use HTTPS. Authentication is required for protected endpoints (see Authentication).
Quick Start
- Sign in at account.arybit.co.ke to obtain a session (cookie) and optional Bearer token for API calls.
- Create Task —
POST /api/tasks/createwith a query (e.g., "Mineral prospects in Tharaka") to initiate analysis. - Poll Status —
GET /api/tasks/{taskId}/statusto check progress (queued -> analyzing -> completed). - Get Results —
GET /api/tasks/{taskId}/resultsto retrieve the final report, maps, and confidence scores.
Endpoints Overview
| Method | Path | Description |
|---|---|---|
GET | /api/tasks | List recent geospatial tasks |
POST | /api/tasks/create | Create a new analysis task |
GET | /api/tasks/{taskId}/status | Check task processing status |
GET | /api/tasks/{taskId}/results | Retrieve 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.