yourang.ai
API
API Integrations

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.

Use Cases

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.

Getting Started

Start integrating in minutes

Our RESTful APIs are designed to be simple to use. Follow these steps to get started.

  • 1
    Log in to the yourang.ai dashboard and generate your API key from Settings > API
  • 2
    Check the documentation to discover all available endpoints and supported parameters
  • 3
    Test API calls with your favorite tool (Postman, cURL, or directly from code)
  • 4
    Configure webhooks to receive real-time notifications on call events
View documentation
api-example.js
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...'
    })
  }
);
API Endpoints

Main Endpoints

Explore the main endpoints available to integrate yourang.ai into your systems.

POST/v1/calls

Start a call

Initiate a new outbound call to a specified phone number.

GET/v1/calls/{id}/transcript

Get transcript

Retrieve the complete transcript of a specific call.

POST/v1/appointments

Create appointment

Create a new appointment in the yourang.ai calendar.

GET/v1/contacts

List contacts

Retrieve the list of contacts synced with yourang.ai.

POST/v1/webhooks

Configure webhook

Register a new webhook to receive real-time notifications.

GET/v1/analytics

Call analytics

Get statistics and metrics on handled calls.

Ready to integrate yourang.ai?

Start connecting yourang.ai with your favorite tools today.