Integrate Aspendos with your tools and applications
https://app.aspendos.net/api/v1Bearer Token (API Key)OpenAI CompatibleGet started with the Aspendos API in minutes.
Go to Settings → API Keys and create a new key.
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