Provable AI
Provable AI API Calls
Send a prompt. Get a response + a receipt.
Every call is cryptographically sealed, stored, and independently verifiable.
Live Demo
Try it now.
Send a prompt through Realayer and watch it return a model response with a verifiable receipt.
What just happened
Realayer turned one API call into an independently verifiable receipt.
Your prompt was sent to the AI provider and the response came back normally.
Realayer created a fingerprint of the request and the response.
Those fingerprints were cryptographically sealed so the receipt can be verified later.
The proof data and artifacts were stored together as evidence.
For developers
Plug into the gateway.
Use the same chat completions shape you already know. Realayer forwards the call and adds proof metadata around it.
Gateway route
POST /api/gateway/xai/v1/chat/completionsShow sample cURL
curl -X POST https://your-domain/api/gateway/xai/v1/chat/completions \
-H 'content-type: application/json' \
-d '{
"model": "grok-3-mini",
"messages": [
{ "role": "user", "content": "3 bullets: why should every AI call should produce an independently verifiable receipt?" }
]
}'Show receipt headers
x-realayer-run-id x-realayer-request-hash x-realayer-response-hash x-realayer-request-retrieval-id x-realayer-response-retrieval-id x-realayer-seal-status