Step 1 — Train a model
- Go to app.impulselabs.ai and sign in.
- Upload a CSV dataset under Datasets.
- Click Train Model, pick your target column, and start training.
- Once training finishes, note the Deployment ID shown on the model card — you’ll need it when calling
/infer.
Deployment IDs look like
clf-titanic-survived or a UUID. You can find them on the Models page in the dashboard.Step 2 — Create an API key
- In the dashboard, go to Settings → API Keys.
- Click New API Key, give it a name (e.g.
my-app), and click Create. - Copy the key immediately — it starts with
imp_and is shown only once.
Step 3 — Check deployment status
Before calling/infer, confirm the model is ACTIVE:
Step 4 — Run your first inference
Replace theinputs fields with your actual feature column names and values:
Next steps
Use with Codex
Train, inspect, and deploy models from Codex
Authentication
Manage multiple API keys
Rate limits
Understand limits and headers
Error reference
Handle errors gracefully
Inference API
Full parameter reference