Home
Model Gateway
API
Skills
Circle NanopaymentsPrivate Beta
Machine Payment ProtocolPrivate Beta
Coming Soon
Blog
Back to Blog
TutorialsFebruary 25, 2026·AIsa Team

Getting Started with the AIsa API: A 5-Minute Quickstart

Go from zero to your first AI API call in under 5 minutes. This tutorial walks you through creating an AIsa account, getting your API key, and making your first request to the Unified Model Gateway.

quickstarttutorialapigetting-started
Share

Prerequisites

All you need is:

  • A free AIsa account (comes with $5 in credits)
  • Any HTTP client (curl, Python requests, Node.js fetch, etc.)

Step 1: Create Your Account

Head to console.aisa.one and sign up. You’ll receive $2 in free credits immediately — enough for thousands of API calls.

Step 2: Get Your API Key

After signing in, navigate to your dashboard and copy your API key. Keep this secure — it’s your authentication credential for all AIsa services.

Step 3: Make Your First Call

Using curl

bash

Using Python

python

Using Node.js

javascript

Step 4: Try Different Models

The beauty of AIsa is that switching models is just changing a string:

python

No new SDKs, no new API keys, no new billing accounts.

Step 5: Explore More

Welcome to AIsa. Start building.