Documentation

Welcome to the AI Oracle documentation. This page is a starting guide; multi-level routing can be added later.

Quick Start

  1. Apply for API key (console/email)
  2. Register device (including public key fingerprint)
  3. Upload first data point
  4. Get anchoring hash and verify on-chain

API Example (cURL)

curl -X POST https://api.example.com/v1/anchor \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"device_id":"dev-001","payload":"...","signature":"..."}'

SDK

Changelog

Coming soon.