Frequently Asked Questions
Why am I not able to signup/login to the Developer Portal?
Deepaffects APIs are only available for corporate or academic users. Create your account with those email ids only. Please write to support@seernet.io for further queries/support.
What are the pricing plans?
We provide free audio processing for 200 minutes of data across our APIs. For more usage please visit https://www.deepaffects.com/pricing.
Why my async request takes much time to get a 202 response?
You are probably passing audio stream as content
in the body request which takes more time to submit the request due to network latency. Even though content
is supported, we recommend you to use a public facing url and pass it as url
parameter for faster request submission.
audioType
in async requests?
What value should I pass for Use callcenter
if audio stream has 2-3 speakers. For 4-6 speakers use meeting
. Use earnings_calls
if you are analyzing earnings call recordings.
What audio formats are supported?
DeepAffects supports various audio types for ease of integration. As a rule of thumb, we support all the audiotypes which are inherently supported by ffmpeg. A more exhaustive list can be fetched via command ffmpeg -formats
.
What are webhooks and how to use them?
Webhooks are the user-defined HTTP callbacks. To know more about webhooks visit https://simonfredsted.com/1583.
To link up your requests to webhooks you can pass a webhook
parameter when making these calls, containing a custom defined webhook identifier. We’ll pass this identifier back to you with the webhook request.
For testing you can create a temporary webhook using webhook.site or ngrok
For obvious reasons, DO NOT use LOCALHOST, 127.0.0.1 for webhook.