Button Text
Home

Audio

Automate audio processing with AI

AI audio processing that’s flexible, easy to use, and powerful right out of the box.

Become a better listener with AI-powered audio processing.

Audio Transcription
1
Choose from a library of AI apps or create your own
2
Extract actionable data with guaranteed quality
3
Combine with your preferred tool for end-to-end automation
HOW IT WORKS

Easily connect to your data, define human and AI workflow, and extract information

Speaker Recognition
Audio Transcription
Audio Understanding
Audio Verification
Audio Moderation
Call transcription
Call rating
Audio taxonomy
Audio recording
input
OUTPUT

curl -X POST \
"https://super.ai/v1/apps/my-audio-single-choice/job" \
-H "API-KEY: live_t9wHIzxjuGSuKTx2jWQTzgXehu1uvkK27QM3tzm6f1g" \
-H "Content-Type: application/json" \
-d '{"inputs":[{"audio_url":"https://s3.amazonaws.com/cdn.canotic.com/Webflow+assets/Speaker+recognition+input.mp3"}]}'

dp = DataProgram("audio-single-choice")
instance = dp(name="my-audio-single-choice", instructions="Please identify the famous person giving this speech.")
instance.label(inputs=[{"audio_url":"https://s3.amazonaws.com/cdn.canotic.com/Webflow+assets/Speaker+recognition+input.mp3"}])""

superai client create_jobs \
--app_id my-audio-single-choice \
--inputs [{"audio_url":"https://s3.amazonaws.com/cdn.canotic.com/Webflow+assets/Speaker+recognition+input.mp3"}]

[{"speaker": "Dr. Martin Luther King", "certainty":0.99}]

output
Speaker RecognitionSpeaker RecognitionSpeaker Recognition
Speaker RecognitionSpeaker RecognitionSpeaker Recognition
input
OUTPUT

curl -X POST \
"https://super.ai/v1/apps/my-audio-text/job" \
-H "API-KEY: live_t9wHIzxjuGSuKTx2jWQTzgXehu1uvkK27QM3tzm6f1g" \
-H "Content-Type: application/json" \
-d '{"inputs":[{"audio_url":"https://cdn.super.ai/Webflow+assets/audio-transcription.mp3"}]}'

dp = DataProgram("audio-text")
instance = dp(name="my-audio-text", instructions="Please transcribe the audio file.")
instance.label(inputs=[{"audio_url":"https://cdn.super.ai/Webflow+assets/audio-transcription.mp3"}])"

superai client create_jobs \
--app_id my-audio-text \
--inputs [{"audio_url":"https://cdn.super.ai/Webflow+assets/audio-transcription.mp3"}]

[{"transcription": "Sometimes life is going to hit you in the head with a brick, don't lose faith. I'm convinced that the only thing that kept me going was that I loved what I did. You've got to find what you love, and that is as true for your work as it is for your lovers. Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work, and the only way to do great work is to love what you do. If you haven't found it yet, keep looking and don't settle. As with all matters of the heart, you'll know when you find it. And like any great relationship, it just gets better and better as the years roll on, so keep looking - don't settle.

(SOUNDBITE OF APPLAUSE)"}]

output
Audio TranscriptionAudio TranscriptionAudio Transcription
Audio TranscriptionAudio TranscriptionAudio Transcription
input
OUTPUT

curl -X POST \
"https://super.ai/v1/apps/my-audio-multiple-choice/job" \
-H "API-KEY: live_t9wHIzxjuGSuKTx2jWQTzgXehu1uvkK27QM3tzm6f1g" \
-H "Content-Type: application/json" \
-d '{"inputs":[{"audio_url":"https://cdn.super.ai/Webflow+assets/Audio+understanding+input.mov"}]}'

dp = DataProgram("audio-multiple-choice")
instance = dp(name="my-audio-multiple-choice", instructions="Please select the most accurate description of the speaker in this audio file")
instance.label(inputs=[{"audio_url":"https://cdn.super.ai/Webflow+assets/Audio+understanding+input.mov"}])"

superai client create_jobs \
--app_id my-audio-multiple-choice \
--inputs [{"audio_url":"https://cdn.super.ai/Webflow+assets/Audio+understanding+input.mov"}]

[{"gender": {"value":"male", "certainty":0.99}, "age_lower_bound":{"value":30, "certainty":0.4}, "age_upper_bound": {"value":60, "certainty":0.5}, "accent": {"value":"Southern, USA", "certainty":0.8},  "race": {"value":"white", "certainty":0.6}}]

output
Audio UnderstandingAudio UnderstandingAudio Understanding
Audio UnderstandingAudio UnderstandingAudio Understanding
input
OUTPUT

curl -X POST \
"https://super.ai/v1/apps/my-audio-number/job" \
-H "API-KEY: live_t9wHIzxjuGSuKTx2jWQTzgXehu1uvkK27QM3tzm6f1g" \
-H "Content-Type: application/json" \
-d '{"inputs":[{"audio_url1":"https://cdn.super.ai/Webflow+assets/audio_verification_input1.m4a", "audio_url2":"https://cdn.super.ai/Webflow+assets/audio+verification_input2.m4a"}]}'

dp = DataProgram("audio-number")
instance = dp(name="my-audio-number", instructions="Please rate the similarity between the 2 audio files on a range of 0 to 1, with 1 being identical.")
instance.label(inputs=[{"audio_url1":"https://cdn.super.ai/Webflow+assets/audio_verification_input1.m4a", "audio_url2":"https://cdn.super.ai/Webflow+assets/audio+verification_input2.m4a"}])"

superai client create_jobs \
--app_id my-audio-number \
--inputs [{"audio_url1":"https://cdn.super.ai/Webflow+assets/audio_verification_input1.m4a", "audio_url2":"https://cdn.super.ai/Webflow+assets/audio+verification_input2.m4a"}]

[{"matchCertainty":0.95}]

output
Audio VerificationAudio VerificationAudio Verification
Audio VerificationAudio VerificationAudio Verification
input
OUTPUT

curl -X POST \
"https://super.ai/v1/apps/my-audio-binary-choice/job" \
-H "API-KEY: live_t9wHIzxjuGSuKTx2jWQTzgXehu1uvkK27QM3tzm6f1g" \
-H "Content-Type: application/json" \
-d '{"inputs":[{"audio_url":"https://cdn.super.ai/Webflow+assets/InboundSampleRecording.mp3"}]}'

dp = DataProgram("audio-binary-choice")
instance = dp(name="my-audio-binary-choice", instructions="Check whether there was any profanity in the audio or not")
instance.label(inputs=[{"audio_url":"https://cdn.super.ai/Webflow+assets/InboundSampleRecording.mp3"}])

superai client create_jobs \
--app_id my-audio-binary-choice \
--inputs [{"audio_url":"https://cdn.super.ai/Webflow+assets/InboundSampleRecording.mp3"}]

[
 {
   "label": {
     "choices": [
       {
         "tag": "0",
         "value": "profanity"
       },
       {
         "tag": "1",
         "value": "no profanity"
       }
     ],
     "selection": {
       "tag": "1",
       "value": "no profanity"
     }
   }
 }
]

output
Audio ModerationAudio ModerationAudio Moderation
Audio ModerationAudio ModerationAudio Moderation
input
OUTPUT

curl -X POST \
"https://super.ai/v1/apps/my-audio-structured/job" \
-H "API-KEY: live_t9wHIzxjuGSuKTx2jWQTzgXehu1uvkK27QM3tzm6f1g" \
-H "Content-Type: application/json" \
-d '{"inputs":[{"audio_url":" https://cdn.super.ai/Webflow+assets/InboundSampleRecording.mp3"}]}'

dp = DataProgram("audio-structured")
instance = dp(name="my-audio-structured", instructions="Fill out the following fields based on the information in the audio")
instance.label(inputs=[{"audio_url":" https://cdn.super.ai/Webflow+assets/InboundSampleRecording.mp3"}])

superai client create_jobs \
--app_id my-audio-structured \
--inputs [{"audio_url":" https://cdn.super.ai/Webflow+assets/InboundSampleRecording.mp3"}]

[
   {"transcription": "https://docs.google.com/spreadsheets/d/1G59g0YDf9rzX3HuS7FjV-qFHpyfCHc2FakLLnvgVKhI/edit#gid=0"}
]

output
Call transcriptionCall transcriptionCall transcription
Call transcriptionCall transcriptionCall transcription
input
OUTPUT

curl -X POST \
"https://super.ai/v1/apps/my-audio-integer/job" \
-H "API-KEY: live_t9wHIzxjuGSuKTx2jWQTzgXehu1uvkK27QM3tzm6f1g" \
-H "Content-Type: application/json" \
-d '{"inputs":[{"audio_url":"https://cdn.super.ai/Webflow+assets/OutboundSampleRecording.mp3"}]}'

dp = DataProgram("audio-integer")
instance = dp(name="my-audio-integer", instructions="Rate the Sales call on a scale from 1 to 10 with 10 being the highest score and 1 the lowest")
instance.label(inputs=[{"audio_url":"https://cdn.super.ai/Webflow+assets/OutboundSampleRecording.mp3"}])

superai client create_jobs \
--app_id my-audio-integer \
--inputs [{"audio_url":"https://cdn.super.ai/Webflow+assets/OutboundSampleRecording.mp3"}]

[
   {
       "label": 9
   }
]

output
Call ratingCall ratingCall rating
Call ratingCall ratingCall rating
input
OUTPUT

curl -X POST \
"https://super.ai/v1/apps/my-audio-taxonomy/job" \
-H "API-KEY: live_t9wHIzxjuGSuKTx2jWQTzgXehu1uvkK27QM3tzm6f1g" \
-H "Content-Type: application/json" \
-d '{"inputs":[{"audio_url":"https://cdn.super.ai/Webflow+assets/insurance+sales+call.mp3"}]}'

dp = DataProgram("audio-taxonomy")
instance = dp(name="my-audio-taxonomy", instructions="Select the most appropriate category for the content of the sales call")
instance.label(inputs=[{"audio_url":"https://cdn.super.ai/Webflow+assets/insurance+sales+call.mp3"}])

superai client create_jobs \
--app_id my-audio-taxonomy \
--inputs [{"audio_url":"https://cdn.super.ai/Webflow+assets/insurance+sales+call.mp3"}]

[
 {
   "label": {
     "choices": [
       {
         "tag": "0",
         "value": "retail"
       },
       {
         "tag": "1",
         "value": "insurance"
       }
     ],
     "selection": {
       "tag": "1",
       "value": "insurance"
     }
   }
 }
]

output
Audio taxonomyAudio taxonomyAudio taxonomy
Audio taxonomyAudio taxonomyAudio taxonomy
input
OUTPUT

curl -X POST \
"https://super.ai/v1/apps/my-audio-audio/job" \
-H "API-KEY: live_t9wHIzxjuGSuKTx2jWQTzgXehu1uvkK27QM3tzm6f1g" \
-H "Content-Type: application/json" \
-d '{"inputs":[{"text": "Sometimes life is going to hit you in the head with a brick, don't lose faith. I'm convinced that the only thing that kept me going was that I loved what I did. You've got to find what you love, and that is as true for your work as it is for your lovers. Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work, and the only way to do great work is to love what you do. If you haven't found it yet, keep looking and don't settle. As with all matters of the heart, you'll know when you find it. And like any great relationship, it just gets better and better as the years roll on, so keep looking - don't settle."}]}'

dp = DataProgram("audio-audio")
instance = dp(name="my-audio-audio", instructions="Record yourself reading this text")
instance.label(inputs=[{"text": "Sometimes life is going to hit you in the head with a brick, don't lose faith. I'm convinced that the only thing that kept me going was that I loved what I did. You've got to find what you love, and that is as true for your work as it is for your lovers. Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work, and the only way to do great work is to love what you do. If you haven't found it yet, keep looking and don't settle. As with all matters of the heart, you'll know when you find it. And like any great relationship, it just gets better and better as the years roll on, so keep looking - don't settle."}])

superai client create_jobs \
--app_id my-audio-audio \
--inputs [{"text": "Sometimes life is going to hit you in the head with a brick, don't lose faith. I'm convinced that the only thing that kept me going was that I loved what I did. You've got to find what you love, and that is as true for your work as it is for your lovers. Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work, and the only way to do great work is to love what you do. If you haven't found it yet, keep looking and don't settle. As with all matters of the heart, you'll know when you find it. And like any great relationship, it just gets better and better as the years roll on, so keep looking - don't settle."}]

"[     {         "output":{"https://drive.google.com/open?id=1bdK8yvaOXi07vgZwdQqBP2I4912GsJUa"}     } ]"

output
Audio recording based on promptAudio recording based on promptAudio recording based on prompt
Audio recording based on promptAudio recording based on promptAudio recording based on prompt
USE CASES

What can AI do for audio processing?

Flight Risk Flag

Analyze customer calls to understand sentiment and prioritize claims based user defined characteristics.

Download our overview to find out more about:

Arrow
The Super.AI value proposition.
box
Real-world applications of AI-powered automation.
layers
More use cases where AI can help you.
tool
The benefits of the Super.AI solution.
briefcase
Additional customer testimonials.
mail
Thanks, you will soon receive an email with a link to download the 3 pager.
mail
Thanks, you will soon receive an email with a link to download the 3 pager.
CASE STUDIES

You are in great company

Software
Scaling Internal Static Crowd by 1400% for LogMeIn
LogMeIn, a major global provider of SaaS solutions, wanted to improve the output of their meeting bot solution and reduce the team’s time in output data verification before scaling the product to customers. super.AI provided an API that was used by LogMeIn to scale their production traffic in real-time.
Education
Accelerating Audio Data Processing for Lalilo
Lalilo was building a speech recognition system to detect mispronunciations for their read-aloud features. Because very few annotated recordings of children exist, they had to build their own dataset. They then started annotating the data internally but noticed quickly that their turnaround time for the large volumes of data they needed to annotate was not sustainable.. Once they started working with us, they were able to significantly scale their internal dataset while also improving the accuracy they need for their speech recognition algorithm.
WHO WE ARE

This is Super.AI

Guaranteed AI performance
Our data programming and adaptable Meta AI make it possible to guarantee output quality. Simply select a performance threshold and let us do the rest.
Guaranteed AI performance
Built for non-technical users
Built for non-technical users
AI doesn't have to be complicated. Business users can take advantage of our no-code interface. Complete integrations once and we'll handle the rest.
Leverage AI, bot, and human workers
Combine multiple sources of supervision to achieve your desired quality threshold. The system automatically improves accuracy and increases automation over time.
Leverage AI, bot, and human workers