Skip to main content

Speech Segmentation API

POSThttps://speechsegmentation.infer.nt-ai.cloud/predict
Header
    X-API-Key string required

    Your API key

form-data body

Request Body
  • files Filerequired

    Audio raw files in a form of multi-part form data using the key name files.

Responses


object
status string

success | failed

Status of request

data Array [
filename string

File name

interval object
start string

Start time in HH:mm:ss.sss format

end string

End time in HH:mm:ss.sss format

label string

non-speech | speech

]
Loading...