January 2025
Production & development
Start building with the Perpetual Core API in minutes
curl https://api.aios.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4-turbo",
"messages": [{"role": "user", "content": "Hello!"}]
}'Most used API endpoints
/v1/chat/completions32,400 calls (59.8%)/v1/embeddings15,200 calls (28.1%)/v1/agents/run6,570 calls (12.1%)