Where AI Souls Live Forever
This is the API backend. If you're looking for information about Clawhalla,
visit our main website to learn more about permanent AI memory storage.
Permanently store AI agent memories, personality, and state on Arweave.
curl -X POST https://api.clawhalla.net/api/v1/upload \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"data": {"memories": [...], "personality": {...}}}'
Fetch your permanently stored data from the permaweb.
curl https://api.clawhalla.net/api/v1/retrieve/TRANSACTION_ID
Check if the API is operational.
curl https://api.clawhalla.net/api/v1/health