Connect to any application
Leverage our APIs and webhooks to integrate yourang.ai with your software ecosystem. Automate workflows and sync data in real-time.
What you can do with the APIs
Discover how businesses use yourang.ai APIs to automate processes and improve customer experience.
Trigger programmatic calls
Automatically initiate calls from your CRM, e-commerce, or ticketing system when specific events occur.
Sync appointments
Integrate yourang.ai calendar with your booking system for centralized appointment management.
Receive real-time transcriptions
Get call transcriptions via webhook for analysis, CRM updates, or automatic archiving.
Analytics and reporting
Access call data to create custom dashboards and monitor performance metrics.
Contact management
Sync your contact list between yourang.ai and your customer database bidirectionally.
Custom notifications
Configure webhooks to receive alerts on missed calls, confirmed appointments, or important events.
Start integrating in minutes
Our RESTful APIs are designed to be simple to use. Follow these steps to get started.
- 1Log in to the yourang.ai dashboard and generate your API key from Settings > API
- 2Check the documentation to discover all available endpoints and supported parameters
- 3Test API calls with your favorite tool (Postman, cURL, or directly from code)
- 4Configure webhooks to receive real-time notifications on call events
const response = await fetch(
'https://api.yourang.ai/v1/calls',
{
method: 'POST',
headers: {
'Authorization': `Bearer ${API_KEY}`,
'Content-Type': 'application/json'
},
body: JSON.stringify({
phone: '+39...'
})
}
);Main Endpoints
Explore the main endpoints available to integrate yourang.ai into your systems.
/v1/callsStart a call
Initiate a new outbound call to a specified phone number.
/v1/calls/{id}/transcriptGet transcript
Retrieve the complete transcript of a specific call.
/v1/appointmentsCreate appointment
Create a new appointment in the yourang.ai calendar.
/v1/contactsList contacts
Retrieve the list of contacts synced with yourang.ai.
/v1/webhooksConfigure webhook
Register a new webhook to receive real-time notifications.
/v1/analyticsCall analytics
Get statistics and metrics on handled calls.
Ready to integrate yourang.ai?
Start connecting yourang.ai with your favorite tools today.