Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete REST API reference for zkTerm backend
https://zkterm.io/api/
POST /api/auth/login Content-Type: application/json { "username": "your_username", "password": "your_password" }
/api/auth
/api/wallets
/api/light
/api/storage
/api/zk-toolkit
/api/attest
/api/starknet
/api/bridge
/api/houdini
/api/transfer
/api/proofs
/api/rewards
/api/ai
/api/bug-reports
/api/init
{ "success": true, "data": { ... } }
{ "error": "Error message", "message": "Human readable description" }
curl -X POST https://zkterm.io/api/zk-toolkit/hash/poseidon \ -H "Content-Type: application/json" \ -d '{"input": "hello world"}'
curl -X POST https://zkterm.io/api/zk-toolkit/commit/create \ -H "Content-Type: application/json" \ -d '{"value": "secret_data"}'
curl -X POST https://zkterm.io/api/zk-toolkit/field/add \ -H "Content-Type: application/json" \ -d '{"a": "5", "b": "7"}'