API Overview
Inference API
Example in cURL
curl --request POST \
--url https://api.aevos.ai/v1/verified/chat/completions \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "What is Aevos?"}
],
"model": "gpt-4x"
}'API Response
{
"response": "Aevos is reshaping the future of blockchain-integrated AI Agents.",
"proof_hash": "b29e674b9c330cf13f3643d46bc7e10510fa207a4e80645c795f82c3ddf9806ad",
"signature": "e299c3b1294221d1200041993818cfbfec66f33d1071ea821e5068978099cd6"
}Proof Validation API
Example Response
Augmentation API
Code Example in Rust
Key Features of the Transcend API
API Resources
Last updated