curl --location --request POST 'https://api.302.ai/302/whisperx' \
--header 'Authorization: Bearer ' \
--form 'audio_input=@""' \
--form 'language=""' \
--form 'processing_type="align"' \
--form 'translate="false"' \
--form 'output="text"'{
"usage": {
"input_audio_length": 68.075125,
"elapsed_time": 6.5518,
"inference_type": "alignment"
},
"segments": [
{
"start": 26.169,
"end": 47.178,
"text": " Teksting av Nicolai Winther",
"words": [
{
"word": "Teksting",
"start": 26.169,
"end": 36.754,
"score": 0.002
},
{
"word": "av",
"start": 36.814,
"end": 39.035,
"score": 0.0
},
{
"word": "Nicolai",
"start": 39.055,
"end": 43.036,
"score": 0.001
},
{
"word": "Winther",
"start": 43.056,
"end": 47.178,
"score": 0.003
}
],
"speaker": null
}
],
"subtitles": null,
"error": null
}