AI audio processing that’s flexible, easy to use, and powerful right out of the box.
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}]
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)"}]
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}}]
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}]
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"
}
}
}
]
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"}
]
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
}
]
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"
}
}
}
]
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"} } ]"