Skip to main content

Get started in three steps

Go from idea to live calls in minutes.

Step 1: Connect Account

  1. Visit https://www.tryunleashx.com/ and sign in.
  2. Navigate to Developers → API Keys.
  3. Generate an API key and store it securely.
API base URL: https://www.tryunleashx.com/

Step 2: Configure Agent

  • Choose a template or start from scratch
  • Set language, voice, and guardrails
  • Connect providers (ASR, LLM, TTS) if needed
curl -X POST 'https://www.tryunleashx.com/agent' \
  -H 'Authorization: Bearer <api_key>' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "Sales Assistant",
    "language": "en"
  }'

Step 3: Click to Call

curl -X POST 'https://www.tryunleashx.com/call' \
  -H 'Authorization: Bearer <api_key>' \
  -H 'Content-Type: application/json' \
  -d '{
    "agent_id": "<uuid>",
    "recipient_phone_number": "+10123456789",
    "from_phone_number": "+19876543007",
    "user_data": { "order_id": "12345" }
  }'
curl -X GET 'https://www.tryunleashx.com/call/all?limit=50' \
  -H 'Authorization: Bearer <api_key>'

Next steps

Phone calls

Set up telephony, purchase numbers, and receive calls.

Interactive API

Explore and try APIs in the interactive playground.

Features

Configure providers, knowledgebases, variables, and guardrails.

Pricing

Review pricing and concurrency options.