VInfer AI’s API uses Bearer token authentication. You’ll need a valid API key for every request. Store your key as an environment variable (e.g.,
VINFER_API_KEY) and never hardcode it directly in source files or commit it to version control.Steps
Sign In to Your VInfer AI Account
Open your browser and navigate to app.vinfer.ai. Sign in with your registered email and password.If you don’t have an account yet, click Request Access on the sign-in page and a member of the VInfer AI team will reach out to provision your workspace. Once your workspace is active, you’ll receive a confirmation email with your login credentials.
Generate Your API Key
Once you’re signed in, navigate to Settings → API Keys in the left sidebar.
- Click Create New Key.
- Give your key a descriptive name — for example,
dev-integrationorproduction-crm. - Click Generate. Your new API key appears once — copy it immediately.
- Store it securely. We recommend adding it to your environment as:
Make Your First API Call
You can start with either product depending on your use case. Both examples below use your
VINFER_API_KEY environment variable.- Neuron — Launch a Campaign
- NeuronLens — Transcribe a Call
The following request creates an outbound voice campaign with a single contact. Neuron will initiate a call to the number you provide and run the conversation using the script you reference.A successful response returns a
campaign_id and a status of queued, confirming your campaign has been accepted and the call will be placed shortly.Replace
script_id with the ID of a script you’ve already configured in your dashboard under Neuron → Scripts. If you haven’t created one yet, the quickstart script (script_abc123) is available as a sample in every new workspace.View Results in Your Dashboard
Head back to app.vinfer.ai to see your results in real time.
- Neuron campaigns appear under Neuron → Campaigns. Click into your campaign to see live call status, outcomes, and disposition summaries as calls complete.
- NeuronLens transcription jobs appear under NeuronLens → Transcriptions. Once processing is complete (typically within a minute for a standard call), you’ll see the full transcript, speaker separation, and — if enabled — auto-generated summaries and QA scores.
Next Steps
Build Campaigns with Neuron
Learn how to configure scripts, set retry logic, manage contact lists, and track campaign performance end-to-end.
Analyze Calls with NeuronLens
Explore QA scoring, sentiment dashboards, compliance reports, and how to search your full conversation history.