> ## Documentation Index
> Fetch the complete documentation index at: https://api.scalysis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Scalysis: AI-Powered Calling API for Merchants & Partners

> Welcome to Scalysis — the AI-powered calling platform that lets you trigger automated phone calls and run bulk dialing campaigns via a simple REST API.

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.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call in under 5 minutes and see Scalysis in action.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to obtain and use your API key to authenticate every request.
  </Card>

  <Card title="Trigger a Call" icon="phone" href="/guides/trigger-a-call">
    Step-by-step guide to triggering a single AI-powered call to any customer.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/calls/trigger">
    Explore the full API reference for the call trigger endpoint and beyond.
  </Card>
</CardGroup>

## 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.

<Info>
  All API requests are made to the base URL **[https://app.scalysis.com](https://app.scalysis.com)**. Every request must include a valid API key. See the [Authentication](/authentication) guide to get started.
</Info>
