{
"audio_url": "https://example.com/calls/call-001.mp3",
"direction": "inbound",
"config": {
"description": "Motomart (moto mart, motomart dot co dot za) is a car dealership in Pretoria, South Africa, selling new and used vehicles, bakkies and SUVs. Customers call our sales team to enquire about stock and book test drives; our staff make outbound follow-up calls.",
"sector": "cars",
"scorecard": true,
"moments_inbound": {
"positive": [
"booked a test drive",
"offered a trade-in valuation"
],
"negative": [
"customer was angry",
"quoted the wrong price"
]
}
}
}curl --location 'https://api.sudonum.com.com/v3/sumi/jobs' \
--header 'Content-Type: application/json' \
--data '{
"audio_url": "https://example.com/calls/call-001.mp3",
"direction": "inbound",
"config": {
"description": "Motomart (moto mart, motomart dot co dot za) is a car dealership in Pretoria, South Africa, selling new and used vehicles, bakkies and SUVs. Customers call our sales team to enquire about stock and book test drives; our staff make outbound follow-up calls.",
"sector": "cars",
"scorecard": true,
"moments_inbound": {
"positive": [
"booked a test drive",
"offered a trade-in valuation"
],
"negative": [
"customer was angry",
"quoted the wrong price"
]
}
}
}'{
"type": "about:blank",
"title": "Bad Request",
"detail": "'direction' is a required property",
"status": 400
}