Devices & Texts
List Predefined Texts
Retrieve all custom text prompts configured for your organisation, used to guide users during enrollment and verification.
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 atext_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
Your organisation’s unique identifier.
Query Parameters
Filter texts. Example:
filter=language=en-UK for all English texts, or filter=text_code=1 for all enrollment prompts.Sort order. Example:
sort=language:ascResults per page. Maximum 300.
Page number.

