Documentation
Welcome to the AI Oracle documentation. This page is a starting guide; multi-level routing can be added later.
Quick Start
- Apply for API key (console/email)
- Register device (including public key fingerprint)
- Upload first data point
- 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.