API Calls This Month

54,170
54.2% of limit

Current Usage Cost

$162.51

January 2025

Active API Keys

0

Production & development

Current Plan

Getting Started

Start building with the Perpetual Core API in minutes

1
Create an API Key
Generate a new API key from the "API Keys" tab
2
Make Your First Request
Use the API key to make requests to our endpoints
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!"}]
  }'
3
Monitor Usage
Track your API usage and costs in real-time from the dashboard

Popular Endpoints

Most used API endpoints

/v1/chat/completions32,400 calls (59.8%)
/v1/embeddings15,200 calls (28.1%)
/v1/agents/run6,570 calls (12.1%)