Authorization
Authorization: Bearer token
HTTP: bearerAuth
HTTP Authorization Scheme: bearer
Base URL
The base URL for all API requests is:
https://api.bizbaz.tech
Endpoints
Get score of audio file.
Parameters
The ID of the audio file.
Responses
Returns a JSON object with the following properties:
Returns a JSON object with the following properties:
Sub Scores
emotional stability score.
price value consumer score.
Example
Request:
Response:
{
"scoreType": "audio",
"audioServiceType": "loanDefault",
"scores": {
"audioSubScores": {
"Burnout": 10,
"Cooperation": 3,
"EmotionalStability": 1,
"EnergyLevel": 3,
"FinancialRisk": 2,
"Open": 10,
"PriceValueConsumer": 1
},
"score": 608
}
}