www.sestek.com Open in urlscan Pro
3.66.50.120  Public Scan

Submitted URL: http://www.sestek.com/demos
Effective URL: https://www.sestek.com/demos
Submission: On April 19 via manual from TR — Scanned from DE

Form analysis 2 forms found in the DOM

POST /main/getContactFormInfo

<form action="/main/getContactFormInfo" method="post" id="contact-form2" novalidate="novalidate">
  <div class="row">
    <div class="col-12">
      <h2>Contact Us</h2>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-lg-6">
      <div class="form-item">
        <input type="text" name="name" id="name" placeholder=" " required="">
        <label for="name">Name<span>*</span></label>
      </div>
    </div>
    <div class="col-12 col-lg-6">
      <div class="form-item">
        <input type="text" name="surname" id="surname" placeholder=" " required="">
        <label for="surname">Surname<span>*</span></label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <div class="form-item">
        <input type="text" name="firm" id="companyname" placeholder=" " required="">
        <label for="companyname">Company Name<span>*</span></label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-lg-6">
      <div class="form-item">
        <input type="email" name="email" id="email" placeholder=" " data-parsley-trigger="change" required="">
        <label for="email">Email<span>*</span></label>
      </div>
    </div>
    <div class="col-12 col-lg-6">
      <div class="form-item">
        <input type="text" name="phone" id="number" placeholder=" " required="">
        <label for="number">Phone Number<span>*</span></label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <div class="form-item">
        <textarea name="message" id="message" placeholder=" " required=""></textarea>
        <label for="message">Your Message<span>*</span></label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12 d-flex justify-content-end">
      <div>
        <div class="grecaptcha-badge" data-style="bottomright"
          style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdQ5LsjAAAAAIX2BaNi9au3zVLQ1TnpbFKv7aKi&amp;co=aHR0cHM6Ly93d3cuc2VzdGVrLmNvbTo0NDM.&amp;hl=de&amp;v=6MY32oPwFCn9SUKWt8czDsDw&amp;size=invisible&amp;sa=submit&amp;cb=s4c70br13337"
              width="256" height="60" role="presentation" name="a-e44v6p3uu6h4" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div><button class="g-recaptcha" data-sitekey="6LdQ5LsjAAAAAIX2BaNi9au3zVLQ1TnpbFKv7aKi" data-callback="onSubmitContact" data-action="submit"> Send </button>
    </div>
  </div>
  <input type="email" name="email-1" class="pretty-field">
</form>

POST /main/getApplicationForm

<form action="/main/getApplicationForm" method="post" id="application-form" novalidate="">
  <div class="row">
    <div class="col-12">
      <h2 style="margin-bottom: 14px;">Application Form</h2>
      <h5 class="appFormName" style="margin-bottom: 35px;"></h5>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-lg-6">
      <div class="form-item">
        <input type="text" name="name" id="name" placeholder=" " required="">
        <label for="name">First Name<span>*</span></label>
      </div>
    </div>
    <div class="col-12 col-lg-6">
      <div class="form-item">
        <input type="text" name="surname" id="surname" placeholder=" " required="">
        <label for="surname">Last Name<span>*</span></label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-lg-12">
      <div class="form-item">
        <input type="email" name="email" id="email" placeholder=" " data-parsley-trigger="change" required="">
        <label for="email">Your Email<span>*</span></label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-lg-12">
      <div class="form-item">
        <label for="email" class="dropzone-label">Upload Your CV / Resume<span>*</span></label>
        <div style="margin-top: 10px;">
          <label class="dropzone-label" style="font-weight: 200; font-size: 14px;">Please provide your CV in pdf, word or rtf document format</label>
        </div>
        <div class="my-dropzone dropzone" style="margin-top: 20px;">
          <div class="dz-message" data-dz-message="" style="margin-top: 50px;"><span>Click here or drop files to upload</span></div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-lg-12">
      <div class="checkbox-item">
        <input class="checkbox" type="checkbox" id="dataprocessing" name="dataprocessing" value="" onclick="$(this).val(this.checked ? 1 : 0)" required="" data-parsley-multiple="dataprocessing">
        <label for="dataprocessing" style="display: inline;">
          <span>I have read, understood and agree with the </span>
          <a href="/sestek-employee-candidate-privacy-policy" target="_blank">privacy and data processing policy</a>
        </label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-lg-12">
      <div class="checkbox-item" style="margin-bottom: 36px;">
        <input class="checkbox" type="checkbox" id="datastoring" name="datastoring" value="" onclick="$(this).val(this.checked ? 1 : 0)" required="" data-parsley-multiple="datastoring">
        <label for="datastoring" style="display: inline;">
          <span>I would like Sestek Ses ve İletişim Bilgisayar Teknolojileri San. Tic. A.Ş to store my data for 36 month(s) and contact me about future job opportunities.</span>
        </label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12 d-flex justify-content-end">
      <button id="application-form-button">Send</button>
    </div>
  </div>
  <input type="email" name="email-1" class="pretty-field">
</form>

Text Content

 * Use Cases
   
    * Call Routing Personalized IVR Experience
    * Virtual Help Desk Super Agent at Your Front Desk
    * Banking Transaction Road to Efficiency for Banks
    * Order Management Automation for E-commerce
    * Customer Authentication Authenticate Customers at Hello
    * Quality Management Measure the Intangible
    * Root Cause Analysis Understand the Triggers

 * Products
   
    * Knovvu Virtual Agent Super agent at every customer channel
    * Knovvu Biometrics Know your customers in seconds
    * Knovvu Analytics Understand your customers better
    * Knovvu Text-to-Speech Elevate your brand with voice
    * Knovvu Speech Recognition Market-Leading Accuracy Rate of >96%

 * Success Stories
 * Company
   
    * About Us Learn More About SESTEK
    * Partners Join Us: Become A Partner
    * Careers We are Hiring! Apply Now!
    * Support Our Customer Support Portal

 * Resources
 * Request a Demo
 * EN
   
    * TR

KNOVVU PRODUCT DEMOS


SEE HOW IT WORKS


Try our products and watch our videos to learn more about our technologies and
differentiation points






SPEECH RECOGNITION DEMO

Speech Recognition (SR) technology converts speech into text.

This allows customers to interact with systems using their voice and for systems
to understand customer intent. The technology allows organizations to provide
automated self-service solutions.

Try Our Speech Recognition Accuracy Now >>



TEXT-TO-SPEECH DEMO

This technology converts text into speech.

Vocalized content allows systems to engage with customers more effectively. The
technology helps companies drive automation and increase efficiency by reducing
operational costs—all while improving the experience.

Try Our Human-like Voices Now >>

 
 
 
 
 
 

BANKING BOT DEMO

SEE HOW KNOVVU VIRTUAL AGENT
AUTOMATES BANKING TRANSACTIONS

 * BANKING BOT DEMO IN ENGLISH
   
   

 * BANKING BOT DEMO IN TURKISH
   
   

 * BANKING BOT DEMO IN ARABIC
   
   

--------------------------------------------------------------------------------

KNOVVU PRODUCT VIDEOS

KNOVVU VIRTUAL AGENT

With 100% in-house developed Speech Recognition (SR) and Natural Language
Understanding (NLU) technologies, Knovvu Virtual Agent understands customer
intent and responds without the need for live agents.


KNOVVU BIOMETRICS

Monitoring more than 100 unique parameters of the voice, Knovvu Biometrics can
authorize callers within seconds.

KNOVVU ANALYTICS

Knovvu Analytics collect 100% of customer interaction data at customer service
channels and convert it into meaningful information for decision-makers.

 
 
 
 
 
 

BROCHURES

DOWNLOAD
OUR MARKETING COLLATERAL HERE

 * KNOVVU VIRTUAL AGENT
   ONE-PAGER
   
   

 * KNOVVU BIOMETRICS
   ONE-PAGER
   
   

 * KNOVVU ANALYTICS
   ONE-PAGER
   
   

 * KNOVVU TEXT-TO-SPEECH
   ONE-PAGER
   
   

 * KNOVVU SPEECH RECOGNITION
   ONE-PAGER
   
   

 * SESTEK COMPANY
   BROCHURE
   
   

 * KNOVVU VIRTUAL AGENT
   DATASHEET
   
   

 * KNOVVU BIOMETRICS
   DATASHEET
   
   

 * KNOVVU ANALYTICS
   DATASHEET
   
   

 * KNOVVU SPEECH RECOGNITION
   DATASHEET
   
   

 * KNOVVU TEXT TO SPEECH
   DATASHEET
   
   

--------------------------------------------------------------------------------

PRODUCT INTERFACE

KNOVVU ANALYTICS INTERFACE DEMO

Watch our Knovvu Analytics demo to see the interface & the capabilities of our
new generation product.


 
 
 
 
 
 

CONTACT


IMPROVE YOUR CONVERSATIONAL CUSTOMER JOURNEY

Let’s go into detail on how Knovvu’s conversational solutions can improve your
agent and customer experience

Contact Us


CONTACT US

Name*
Surname*
Company Name*
Email*
Phone Number*
Your Message*

Send


THANK YOU!

Thank you for your message. We’ll contact you soon.


FAILED!




Return to Homepage


APPLICATION FORM



First Name*
Last Name*
Your Email*
Upload Your CV / Resume*
Please provide your CV in pdf, word or rtf document format
Click here or drop files to upload
I have read, understood and agree with the privacy and data processing policy
I would like Sestek Ses ve İletişim Bilgisayar Teknolojileri San. Tic. A.Ş to
store my data for 36 month(s) and contact me about future job opportunities.
Send


THANK YOU!

All done!


Your application for the - position has been submitted successfully.


Return to Career Page


FAILED!




Return to Career Page

ABOUT SESTEK

SESTEK is a conversational automation company helping organizations with
conversational solutions to be data-driven, increase efficiency and deliver
better experiences for their customers. Sestek’s AI-powered solutions are built
on text-to-speech, speech recognition, natural language processing and voice
biometrics technologies.


SESTEK is a part of UNIFONIC

CALL US ON

 * United Kingdom
   +44 7897 027400
   
   124 City Road, London,
   EC1V 2NX

 * United States
   +1 315 961 84 04
   
   2 Park Ave 20th Floor
   New York NY 10016

 * Middle East & Africa
   +971 4 390 1646
   
   Dubai Internet City Building
   No 12, Office No. 207, Dubai

 * Europe & Turkey
   +90 212 286 25 45
   
   Vadistanbul Bulvar 1B Blok Ofis No:4 / 34396 Sariyer, Istanbul

Copyright © 2023 SESTEK. All rights reserved.

 * sales@sestek.com
 * Privacy Policy
 * Cookie Policy


We Use Cookies
We are using cookies to give you the best experience on our website. You can
find out more about which cookies we are using at this link.
Ok, I got it
x