Skip to main content
GET

Overview

Predefined texts are the voice prompts or on-screen instructions you configure to guide users through enrollment and verification. Because Voxmind is text-independent, users can say anything — but in a well-designed authentication UX, you’ll want to present them with a specific prompt that feels natural and consistent with your application. For example, a contact centre might configure: “Please say your name and account reference to verify your identity.” A banking app might use: “Please say your passphrase to confirm this transaction.” Each text is associated with a language code and a text_code integer that you define to categorise it (e.g. 1 = enrollment prompt, 2 = verification prompt).
Predefined texts are entirely optional configuration. If you don’t configure any, Voxmind still processes voice data correctly — you’d simply handle the user-facing prompt within your own application UI.

Path Parameters

string
required
Your organisation’s unique identifier.

Query Parameters

string
Filter texts. Example: filter=language=en-UK for all English texts, or filter=text_code=1 for all enrollment prompts.
string
Sort order. Example: sort=language:asc
integer
default:"100"
Results per page. Maximum 300.
integer
default:"1"
Page number.