POST https://api.tokenhot.ai/v1/audio/transcriptionswhisper-1curl --location 'https://api.tokenhot.ai/v1/audio/transcriptions' \
--header 'Content-Type: application/json' \
--data '{
"task": "transcribe",
"language": "chinese",
"duration": 5.24,
"text": "Hi, this is a test audio.",
"words": [
{
"word": "Hello. ",
"start": 0,
"end": 0.8
},
{
"word": "That'\''s",
"start": 0.8,
"end": 1.5
}
],
"segments": [
{
"id": 0,
"start": 0,
"end": 5.24,
"text": "Hi, this is a test audio."
}
]
}'{
"text": "Hello, this is the transcribed text from your audio file."
}