Skip to content

Enroll voice

POST
/api-gateway/enroll/voice

Enroll voice for voice recognition. This endpoint requires a Bearer jwt token in the Authorization header.

Authorizations

Parameters

FormData Parameters

unique_id
required
string

Unique ID

phrase
required
string

Phrase. It should be the same as the phrase in the video

vocabulary
string

Vocabulary

voice
required
file

Voice file

Responses

200

OK

object
data
message
string
result_conditions

400

Bad Request

object
error

500

Internal Server Error

object
error