Skip to main content

Speech Segmentation AI Marketplace

AI can detect human speech from other sounds and is widely used in voice-activated apps.

Header Parameters
X-API-Key string REQUIRED

Your API key

Request Body
files binary REQUIRED

Audio speech file

Responses
200

Return list of time intervals between the human speech or non-speech.

Schema
status string

Status of speech segmentaion request

data object[]

Result data of speech segmentaion

filename string

Name of audio file

interval object[]

Interval time

start string

Start time of the boundary

end string

End time of the boundary

label string

Speech or non-speech in the boundary

204

No content | No result of transcription

400

No audio file | Not found audio file or Bad requests | Server cannot or will not process the request

401

Unauthorized | Incorrect X-API-Key or X-API-Key not have access to this model

415

Can't decode [filename] | Unsupported file format