Skip to Content
Cloud One
  • Products

    Business Communication Suite & Phone System


      By Edition

      ​Cloud

      Software

      Appliance

    By Deployment

    ​On-premise

    Hosted by Cloud One

    Self-hosted

    By Management

    ​Managed By Cloud One

    Semi-Managed by Cloud One

    Self-Managed


    Simu Connect UC Clients


    Simu Connect Web Client Simu Connect Mobile Client Simu Connect Desktop ClientSimu Connect Chrome ExtensionSimu Connect TAPI Integration

    SIP Trunks


    Business SIPPay As You Go SIP Country Presence SIPVirtual Phone NumbersGolden Phone NumbersToll Free NumbersBring Your Own Carrier (BYOC)Calling RatesTalktime Top-up

    Get a Proof of Concept Now!


    Simu Connect POC Application Managed Business Communication Suite Self Managed Business Communication SuiteSIP Trunk POCOdoo Phone POC
  • Solutions

    Business Needs


    Work from Anywhere Hosted UCaaS Self hosted UCaaSVideo ConferencingAppliance PBXAI-powered Cloud PBXWhite-label Solution

    Industry


    Call Center Healthcare HospitalityFinanceEducationLogisticsRetail BusinessGovernment Agency

    Ecosystem


    IP Phones SIP Trunks IntegrationHeadsetsVirtual Phone Numbers

    By Integration


    Odoo Phone System Zoho Phone System Salesforce Phone SystemMicrosoft Dynamics Phone SystemZendesk Phone SystemFreshdesk Phone SystemBitrix24 Phone SystemHubSpot Phone System
  • Resources

    Downloads

    Download user guides and more documents

    Book a Meeting

    Schedule a meeting at your convenience

    Developer Guide

    Read API Documentation for Cloud One BCS API

    Business Communication Suite

    Experience our user-friendly business communication suite today. Explore robust telephony features that enhance your client connections efficiently.  

    See More Details
  • Devices

    Yealink IP Phones


    Yealink T3 Series IP Phones Yealink T4 Series IP Phones Yealink T5 Series IP PhonesYealink T7 Series IP PhonesYealink T8 Series IP Phones Yealink DECT IP Phones

    Voice Conferencing Solutions


    VC Room Systems BYOD Solutions Video Phone Video Conferencing Accessories

    Microsoft Solutions


    MS Teams Rooms Systems Microsoft Phones Conference Phones HeadsetsYealink MeetingBoardYealink MeetingBoard Pro

    Zoom Rooms


    Zoom Rooms Systems Zoom Phones Zoom Cameras BYOD Solutions
  • Help

    Ticketing System


    Submit a Helpdesk TicketReport an Issue

    Training


    User TrainingOperator TrainingCall Center Agent TrainingSupervisor Training

    Frequently Asked Questions


    General FAQBCS FAQSIP Trunks FAQLocal Phone Numbers FAQ

    Contact Us


    WhatsApp Icon


  • Support Helpdesk Contact
  • +254 20 790 0100
  • support@cloudone.co

  • Accounts Helpdesk Contact
  • +254 20 790 0000
  • finance@cloudone.co
  • Visit our Office


    Cloud One Ltd

    Saachi Plaza - Unit A3, Argwings Kodhek Road, Nairobi, Kenya
    P.O.Box 76484-00508 Yaya Centre

    +254 20 790 0000

    hello@cloudone.co


    Kindly do not email multiple contacts as it creates multiple tickets on our CRM


  • Contact Us
  • Blog
    ​​
  • Sign in
  • 0
  • 0
  • Deploy in hours Certified Experts Zero Setup / License Fees*
  • Follow us
    Click here to setup your social networks
    Click here to setup your social networks
Cloud One
  • 0
  • 0
    • Products
    • Solutions
    • Resources
    • Devices
    • Help
    • Contact Us
    • Blog
  • Deploy in hours Certified Experts Zero Setup / License Fees*
  • Follow us
    Click here to setup your social networks
    Click here to setup your social networks
  • Sign in
  • ​​

Get AI Call Transcript

Retrieve the AI call transcript of the specified CDR.

Note: This interface is only available in API version 2.0.

Request URL

GET {base_url}/{api_path}/cdr/getaicontext?access_token={access_token}

Request parameters

ParameterRequiredTypeDescription
cdr_idsYesStringThe ID(s) of call leg(s) from the desired CDR.
Note:
  • You can obtain the call leg ID from the leg_id parameter in the downloaded AI call transcription data.
  • Use commas , to separate multiple IDs.
limitNoIntegerMaximum number of records per page.
Note: This parameter must be used together with offset to take effect.
offsetNoIntegerPage number (starting from 1).
Note: This parameter must be used together with limit to take effect.
search_valueNoStringKeyword to filter the transcript content.

Response parameters

ParameterTypeDescription
errcodeIntegerReturned error code.
  • 0: Succeed.
  • Non-zero value: Failed.
Note: You can check the error code and error message in Error Code and Error Message.
errmsgStringReturned message.
  • SUCCESS: Succeed.
  • FAILURE: Failed.
dataObject<Context>An object that contains the transcription records, grouped by call leg (e.g. leg_1, leg_2). Each call leg contains a context array storing the transcription record.
offsetIntegerNext page number.
Note: A return value of -1 indicates that all data has been retrieved.

Context

ParameterTypeDescription
idstringThe ID of the transcription record.
contentStringThe transcribed text content.
created_atintegerThe timestamp (in seconds) when the transcription record was created.
timestampintegerThe timestamp (in milliseconds) of the original event that generated this transcription record (i.e., when a sentence was spoken).
durationintegerThe length of the original speech that this transcription record corresponds to (in seconds).
source_numberstringThe number of the user who spoke the original content of this record.
typestringType of transcription record.
  • speak: Voice transcription record.
avatarstringThe file path or URL to user's avatar image.
namestringThe display name of the user.

Example

Request example

GET /openapi/v2.0/cdr/getaicontext?access_token=Pjl6qkTPVSqPI2TqUHSJjhzTskh0R0gt&cdr_ids=20260513222941-586E2,20260513223234-3EE9E HTTP/1.1
192.168.5.150:8088

Response example

{
"errcode": 0,
"errmsg": "SUCCESS",
"data": {
"leg_1": {
"context": [
{
"id": "7000:1778682581785:1",
"content": "Hi",
"created_at": 1778682836,
"timestamp": 1778682581785,
"duration": 0,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:2",
"content": "Hi. Hi, I got an urgent problem. Could you please help me as soon as possible?",
"created_at": 1778682836,
"timestamp": 1778682581785,
"duration": 0,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "7000:1778682581785:3",
"content": "Of course, I will help as quickly as I can. Please briefly describe the main issue in a few words, for example “login not working” or “payment failed.” Also, approximately how many users are affected by this urgent problem?",
"created_at": 1778682836,
"timestamp": 1778682588785,
"duration": 7,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:4",
"content": "A login problem.",
"created_at": 1778682836,
"timestamp": 1778682603785,
"duration": 22,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "7000:1778682581785:5",
"content": "Thank you. I noted the issue keyword as login problem, with high urgency. Approximately how many users are affected, for example one person, your whole team, or the entire company? Also, when did this login problem first start, for example just now, earlier today, or yesterday?",
"created_at": 1778682836,
"timestamp": 1778682608785,
"duration": 27,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:6",
"content": "Please answer the question one by one.",
"created_at": 1778682836,
"timestamp": 1778682624785,
"duration": 43,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "7000:1778682581785:7",
"content": "Understood, I will ask one question at a time. First question only now: Approximately how many users are affected by this login problem? For example, just you, your team, or everyone in the company.",
"created_at": 1778682836,
"timestamp": 1778682628785,
"duration": 47,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:8",
"content": "60%.",
"created_at": 1778682836,
"timestamp": 1778682642785,
"duration": 61,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "7000:1778682581785:9",
"content": "Thank you, I have noted that as more than half of your users affected. Next question: When did this login problem first start? For example, just now, about one hour ago, this morning, or yesterday.",
"created_at": 1778682836,
"timestamp": 1778682646785,
"duration": 65,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:10",
"content": "At nine o'clock in this morning.",
"created_at": 1778682836,
"timestamp": 1778682660785,
"duration": 79,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "7000:1778682581785:11",
"content": "Got it, first reported around nine o'clock this morning. Next question: Is there any temporary way people can still work, for example using a different system, guest access, or manual steps, or is everyone completely blocked from logging in?",
"created_at": 1778682836,
"timestamp": 1778682664785,
"duration": 83,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:12",
"content": "There's not any work arounds",
"created_at": 1778682836,
"timestamp": 1778682672785,
"duration": 91,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "7000:1778682581785:13",
"content": "Thank you, I understand there is no temporary solution. Please wait while I check that for you. \n\nCould you now describe what exactly happens when users try to log in? For example, do they see an error message, a blank page, or does nothing happen after they enter their username and password?",
"created_at": 1778682836,
"timestamp": 1778682676785,
"duration": 95,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:14",
"content": "No idea what you were saying.",
"created_at": 1778682836,
"timestamp": 1778682693785,
"duration": 112,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "7000:1778682581785:15",
"content": "No problem, I will keep it simpler. When people try to log in, what do they see? For example, do they see an error message, or does the page just stay the same and not move?",
"created_at": 1778682836,
"timestamp": 1778682696785,
"duration": 115,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:16",
"content": "An error message",
"created_at": 1778682836,
"timestamp": 1778682707785,
"duration": 126,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "7000:1778682581785:17",
"content": "Thank you. What exact words are shown in the error message, as closely as you can remember? \n\nAlso, is this happening for all users who try to log in, or only some of them?",
"created_at": 1778682836,
"timestamp": 1778682710785,
"duration": 129,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:18",
"content": "60% of my users",
"created_at": 1778682836,
"timestamp": 1778682721785,
"duration": 140,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "7000:1778682581785:19",
"content": "Thank you, so about sixty percent of users see an error message. Please tell me the exact words of that error message, as close as you can. \n\nAfter that, I will know whether I should transfer you to the right technical person to handle this urgent login problem.",
"created_at": 1778682836,
"timestamp": 1778682726785,
"duration": 145,
"source_number": "7000",
"type": "speak",
"avatar": "https://simuconnect-cdn-hz.oss-cn-hangzhou.aliyuncs.com/aireceptionist/west-female-07.png",
"name": "Customer Service - AI Agent"
},
{
"id": "3200:1778682581785:20",
"content": "Just transfer me to an e-Human agent.",
"created_at": 1778682836,
"timestamp": 1778682741785,
"duration": 160,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
}
]
},
"leg_2": {
"context": [
{
"id": "3202:1778682764808:3",
"content": "Hello, this is the human agent. How can I assist you?",
"created_at": 1778682821,
"timestamp": 1778682764808,
"duration": 0,
"source_number": "3202",
"type": "speak",
"avatar": "",
"name": "Human Agent"
},
{
"id": "3200:1778682764808:6",
"content": "Finally, a real person. I've been struggling with this login issue for hours.",
"created_at": 1778682821,
"timestamp": 1778682764808,
"duration": 0,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "3200:1778682764808:0",
"content": "About 60% of our users can't log in.",
"created_at": 1778682771,
"timestamp": 1778682772478,
"duration": 0,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "3200:1778682764808:1",
"content": "They keep seeing an error message.",
"created_at": 1778682772,
"timestamp": 1778682773248,
"duration": 0,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "3200:1778682764808:2",
"content": "But I don't know the exact wording.",
"created_at": 1778682778,
"timestamp": 1778682778008,
"duration": 1,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "3202:1778682764808:0",
"content": "That's okay. Can you describe what happens after entering the password?",
"created_at": 1778682777,
"timestamp": 1778682778168,
"duration": 0,
"source_number": "3202",
"type": "speak",
"avatar": "",
"name": "Human Agent"
},
{
"id": "3200:1778682764808:3",
"content": "The page just refreshes and asks for the password again.",
"created_at": 1778682781,
"timestamp": 1778682782088,
"duration": 1,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "3200:1778682764808:4",
"content": "No error code, no helpful message.",
"created_at": 1778682805,
"timestamp": 1778682805208,
"duration": 1,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "3202:1778682764808:1",
"content": "I see. Let me check the server logs for you.",
"created_at": 1778682805,
"timestamp": 1778682805328,
"duration": 1,
"source_number": "3202",
"type": "speak",
"avatar": "",
"name": "Human Agent"
},
{
"id": "3200:1778682764808:5",
"content": "Please do. And can you give me an estimated time for a fix?",
"created_at": 1778682807,
"timestamp": 1778682807578,
"duration": 1,
"source_number": "3200",
"type": "speak",
"avatar": "",
"name": "Kristin Hale"
},
{
"id": "3202:1778682764808:2",
"content": "I'll escalate this to our engineering team right away.",
"created_at": 1778682807,
"timestamp": 1778682807678,
"duration": 0,
"source_number": "3202",
"type": "speak",
"avatar": "",
"name": "Human Agent"
}
]
}
},
"offset": -1
}
Useful Links
  • Home
  • About us
  • Products
  • Services
  • Shipping
  • Return Policy
  • Warranty
  • Contact us
Legal
  • Terms
  • Privacy
  • Shared Responsibility
    Service Level Agreement
  • Certifications
About us

Cloud One Limited is a leading Kenyan local telephony service provider. Established in 2017, we offer reliable and secure cloud and on premise business communication solutions, including SIP trunks, Yealink IP phones, and VPS hosting in our Tier 3 data center.


Our mission is to revolutionize cloud communications by providing unparalleled reliability, cutting-edge innovation, and substantial cost savings. We deliver a stress-free, always-available service experience that empowers businesses to thrive in the digital age.

DUNS Registration Number: 561230946
Company Registration Number: PVT-5JUEYMA
Licensed & Regulated by the Communications Authority of Kenya


Follow us
Connect with us
  • Contact us
  • hello@cloudone.co
  • +254 20 7900000
  • Saachi Plaza, UNIT A3 - Argwings Kodhek Rd
Download Simu Connect

    Get the app on the playstore

    Download desktop app for Windows​

    Download app from the appstore

    Download MacOS app