Skip to main content
Welcome to Scalysis, the AI-powered calling platform built for merchants and partners who need to reach customers at scale. With Scalysis, you can trigger intelligent, script-driven phone calls in real time, run bulk outbound dialing campaigns, and retrieve detailed AI-generated outcomes and transcripts — all through a straightforward REST API. Whether you’re confirming orders, following up on leads, or running post-purchase engagement flows, Scalysis gives you the infrastructure to automate every conversation.

Quickstart

Make your first API call in under 5 minutes and see Scalysis in action.

Authentication

Learn how to obtain and use your API key to authenticate every request.

Trigger a Call

Step-by-step guide to triggering a single AI-powered call to any customer.

API Reference

Explore the full API reference for the call trigger endpoint and beyond.

What you can do

Scalysis exposes a clean set of REST endpoints that cover the full outbound calling lifecycle. Here is a quick overview of the core capabilities available to you today:
  • Trigger single calls — Send a POST request to /api/v1/calls/trigger with a script ID and a customer phone number, and Scalysis immediately places an AI-driven call on your behalf. You receive an order_id in the response that you can use to track the call.
  • Run bulk dialing campaigns — Create a campaign with /api/v1/campaigns, upload your contact list, and control the dialing pace. Use the campaign control endpoint to start, pause, or resume a campaign at any time without writing complex scheduling logic yourself.
  • Retrieve AI outcomes and transcripts — Poll /api/v1/orders/{orderId}/outcome after a call completes to get a structured summary of what happened — including the AI-assessed outcome, the full conversation transcript, and any data collected during the call.
  • Integrate into any stack — The Scalysis API speaks plain JSON over HTTPS, so you can integrate it from any language or platform using nothing more than an HTTP client and your API key.
All API requests are made to the base URL https://app.scalysis.com. Every request must include a valid API key. See the Authentication guide to get started.