{
"success": true,
"data": {
"privateKey": "Kx...",
"publicKey": "02...",
"address": "1...",
"mnemonic": "word1 word2 ...",
"wif": "Kx...",
"purpose": "demo"
}
}
{
"success": true,
"data": {
"userId": "uuid",
"addresses": {
"identity": "1...",
"financial1": "1...",
"financial2": "1..."
},
"publicKeys": {
"identity": "03...",
"financial1": "03...",
"financial2": "02..."
},
"recoveryShares": [...],
"created": "ISO date"
},
"message": "User registered successfully"
}
{
"success": true,
"signature": "3044...",
"publicKey": "03...",
"message": "signed message"
}
{
"success": true,
"schemaId": "uuid",
"schema": {
"type": "object",
"properties": {...}
}
}
{
"valid": true,
"errors": [],
"data": {...}
}
{
"success": true,
"sessionId": "uuid",
"userId": "demo-user-123",
"projectName": "Content Project"
}
{
"success": true,
"contentId": "uuid",
"content": "Generated content...",
"metadata": {...}
}
World's first verifiable AI content platform with blockchain provenance and human oversight!
{
"success": true,
"hash": "sha256...",
"timestamp": "ISO date",
"notaryId": "uuid"
}
{
"success": true,
"txid": "transaction-hash",
"verificationUrl": "https://whatsonchain.com/tx/...",
"cost": "0.00001 BSV"
}
Real blockchain transactions with public verification URLs!
View Sample Transaction →{
"success": true,
"programId": "uuid",
"programName": "Advanced Web3 Development",
"status": "active"
}
{
"success": true,
"credentialId": "uuid",
"blockchainTx": "tx-hash",
"verificationUrl": "public-verification-link"
}
{
"success": true,
"signature": "3044...",
"txid": "blockchain-hash",
"verificationUrl": "public-verification",
"workflow": "complete"
}
Complete pipeline: Cryptographic signing + Blockchain publishing + Public verification