Vinix· docs
Getting started

Introduction

What Vinix is and how the API is organized.

Vinix is a unified communications platform. A single account gives you programmable voice (PSTN calling, SIP trunks, callflows), video (Vinix Work meetings), SMS / MMS, and embeddable browser surfaces (Web Pulse click-to-call, SecureCall E2EE).

Surface map

ProductUse it forAPI path
CoreVoice, SMS, accounts, devices, CDRs/v2/accounts/{id}/...
Vinix WorkVideo meetings, recordingsComing soon
Web PulseEmbed click-to-call on any pageComing soon
SecureCallE2EE voice for regulated workloadsComing soon
ReservationsCalendared booking flowsComing soon

All endpoints share one auth-token surface, one webhook signing secret, and one billing relationship.

Base URL

All requests target an environment-specific base URL:

  • Productionhttps://api.vinixglobal.com/v2
  • Sandboxhttps://api-sandbox.vinixglobal.com/v2

Sandbox is free, isolated, and pre-seeded with users, numbers, and a default callflow. PSTN calls don't dial out — they're simulated end-to-end so you can develop without burning trunk minutes.

What's next

  1. Get an API key.
  2. Run the quickstart.
  3. Wire up webhooks so your service knows when calls complete, SMS arrives, or meetings end.

On this page