Quick Start Guide
Get started with Ringg AI’s voice capabilities in minutes
Get started with Ringg AI’s voice capabilities in minutes. This guide will help you make your first AI-powered call using our API.
Prerequisites
Before you begin, ensure you have:
- An active account on Ringg AI
- Your API key (
X-API-KEY
) from the dashboard - A basic understanding of making HTTP requests
Step 1: Authenticate with the API
First, ensure you can access the API by retrieving your workspace information:
Step 2: Make Your First Call
Once authenticated, you can initiate your first AI-powered call:
Required Parameters
- name: The recipient’s name
- mobile_number: The recipient’s phone number
- agent_id: The ID of the AI assistant that will conduct the call
- from_number_id: The ID of the phone number to use as the caller ID
- custom_args_values: Custom variables to personalize the conversation
Step 3: Check Call Status
After initiating a call, you’ll receive a response with the call details:
Next Steps
Now that you’ve made your first call, you can explore more advanced features:
- Initiate bulk calls to multiple recipients
- Create and customize AI assistants
- Embed voice assistants on your website
- Analyze call performance and outcomes
Check out our API Reference for detailed information on all available endpoints.