API Documentation

Integrate Aspendos with your tools and applications

Base URL
https://app.aspendos.net/api/v1
Authentication
Bearer Token (API Key)
Format
OpenAI Compatible

Get started with the Aspendos API in minutes.

1. Get your API key

Go to Settings → API Keys and create a new key.

2. Make your first request

curl https://app.aspendos.net/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer asp_your_api_key" \
  -d '{
    "model": "gpt-4o-mini",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'

Need help? Check out the full documentation at docs/API.md or contact support at support@aspendos.net