# Voxmind ## Docs - [Get Invoice](https://docs.voxmind.ai/api-reference/billing/invoices-get.md): Retrieve a specific invoice by its ID, including usage quotas and document reference. - [List Invoices](https://docs.voxmind.ai/api-reference/billing/invoices-list.md): Retrieve all invoices for your organisation, including billing period usage and document references. - [Get Plan](https://docs.voxmind.ai/api-reference/billing/plans-get.md): Retrieve details for a specific subscription plan by its ID. - [List Plans](https://docs.voxmind.ai/api-reference/billing/plans-list.md): Retrieve all available Voxmind subscription plans and their included quotas. - [Get Subscription](https://docs.voxmind.ai/api-reference/billing/subscriptions-get.md): Retrieve a specific subscription record by its ID. - [List Subscriptions](https://docs.voxmind.ai/api-reference/billing/subscriptions-list.md): Retrieve all subscriptions for your organisation, including current plan, billing period dates, and subscription status. - [Get Device](https://docs.voxmind.ai/api-reference/devices/get.md): Retrieve a specific device record by its ID. - [List Devices](https://docs.voxmind.ai/api-reference/devices/list.md): Retrieve all devices associated with enrolled users in your organisation. - [Get Organisation](https://docs.voxmind.ai/api-reference/organisation/get.md): Retrieve your organisation's profile including contact details and tax identifiers. - [Get Settings](https://docs.voxmind.ai/api-reference/organisation/settings-get.md): Retrieve your organisation's configuration settings. - [Update Settings](https://docs.voxmind.ai/api-reference/organisation/settings-update.md): Update your organisation's configuration settings. - [Update Organisation](https://docs.voxmind.ai/api-reference/organisation/update.md): Update your organisation's profile details — name, address, contact info, and tax identifiers. - [Create Predefined Text](https://docs.voxmind.ai/api-reference/predefined-texts/create.md): Create a custom voice prompt for a specific language and text code. - [Delete Predefined Text](https://docs.voxmind.ai/api-reference/predefined-texts/delete.md): Permanently delete a predefined text record. - [Get Predefined Text](https://docs.voxmind.ai/api-reference/predefined-texts/get.md): Retrieve a specific predefined text by its ID. - [List Predefined Texts](https://docs.voxmind.ai/api-reference/predefined-texts/list.md): Retrieve all custom text prompts configured for your organisation, used to guide users during enrollment and verification. - [Update Predefined Text](https://docs.voxmind.ai/api-reference/predefined-texts/update.md): Update the content of an existing predefined text. Use this to refine prompt wording without creating a new record. - [Issue API Token](https://docs.voxmind.ai/api-reference/tokens/create.md): Issue a new long-lived API token for your organisation. The bearer value is shown only once — store it immediately. - [Delete Token](https://docs.voxmind.ai/api-reference/tokens/delete.md): Permanently delete an API token record. The token is immediately invalidated and cannot be recovered. - [Get Token](https://docs.voxmind.ai/api-reference/tokens/get.md): Retrieve metadata for a specific API token by its ID. - [List API Tokens](https://docs.voxmind.ai/api-reference/tokens/list.md): Retrieve all API tokens for your organisation. Supports filtering, sorting, and pagination. - [Update Token](https://docs.voxmind.ai/api-reference/tokens/update.md): Enable or disable an API token. The primary use case is disabling a token you suspect may be compromised without permanently deleting it. - [Delete User](https://docs.voxmind.ai/api-reference/users/delete.md): Permanently delete a user and their associated voiceprint data. Irreversible. Use for GDPR right-to-erasure requests. - [Get User](https://docs.voxmind.ai/api-reference/users/get.md): Retrieve a single user record by their Voxmind internal ID. - [List Users](https://docs.voxmind.ai/api-reference/users/list.md): Retrieve all users registered under your organisation. Supports filtering by active status, sorting, and pagination. - [Update User](https://docs.voxmind.ai/api-reference/users/update.md): Update a user's active status. Use this to deactivate users without deleting their voiceprint record. - [Enroll a User](https://docs.voxmind.ai/api-reference/voice/enroll.md): Create a voiceprint for a user from a voice recording. Returns 202 immediately; result delivered via webhook. - [Verify a User](https://docs.voxmind.ai/api-reference/voice/verify.md): Verify a user's identity against their enrolled voiceprint, with automatic deepfake detection. Returns 202 immediately; result delivered via webhook. - [Authentication](https://docs.voxmind.ai/getting-started/authentication.md): How Voxmind API tokens work, and how to manage them for production use. - [Environments](https://docs.voxmind.ai/getting-started/environments.md): Understanding sandbox and production environments in Voxmind. - [Introduction](https://docs.voxmind.ai/getting-started/introduction.md): Welcome to Voxmind — deepfake-resistant voice biometrics via a simple API. - [Quickstart](https://docs.voxmind.ai/getting-started/quickstart.md): Enroll a user and verify their voice in under 5 minutes. - [Contact Centre Integration](https://docs.voxmind.ai/guides/contact-center-integration.md): How to integrate Voxmind voice authentication into a contact centre environment — covering IVR flows, agent-assisted authentication, and SIP telephony considerations. - [Deepfake Detection](https://docs.voxmind.ai/guides/deepfake-detection.md): How Voxmind detects AI-generated voices, replay attacks, and synthetic audio — with a false positive rate under 0.1%. - [Enrollment Best Practices](https://docs.voxmind.ai/guides/enrollment-best-practices.md): How to capture and submit voice recordings that produce the most accurate voiceprints. - [Filtering, Sorting & Pagination](https://docs.voxmind.ai/guides/filtering-sorting-pagination.md): How to query list endpoints effectively using Voxmind's filter, sort, and pagination system. - [How Voice Biometrics Works](https://docs.voxmind.ai/guides/how-voice-biometrics-works.md): The science behind Voxmind's phoneme-level voice authentication and deepfake detection. - [Language Support](https://docs.voxmind.ai/guides/language-support.md): All languages supported by Voxmind's voice biometrics engine. - [Mobile App Integration](https://docs.voxmind.ai/guides/mobile-integration.md): How to integrate Voxmind voice authentication into iOS, Android, and React Native applications — covering microphone capture, background noise handling, security considerations, and UX patterns for mobile-specific contexts. - [Web App Integration](https://docs.voxmind.ai/guides/web-app-integration.md): How to integrate Voxmind voice authentication into a browser-based application — covering microphone capture, audio quality, enrollment UX, and client-server architecture. - [Webhooks](https://docs.voxmind.ai/guides/webhooks.md): Receiving async results from Voxmind enrollment and verification calls. - [Changelog](https://docs.voxmind.ai/resources/changelog.md): A record of all notable changes to the Voxmind API and developer platform — new features, improvements, deprecations, and breaking changes. - [Error Codes](https://docs.voxmind.ai/resources/error-codes.md): A complete reference for Voxmind API error responses and how to handle them. - [Rate Limits](https://docs.voxmind.ai/resources/rate-limits.md): API rate limits by plan and how to handle them gracefully. - [Security](https://docs.voxmind.ai/resources/security.md): How Voxmind handles your data, protects your API credentials, and approaches the security of biometric information — from data residency to key management to penetration testing. ## OpenAPI Specs - [openapi](https://docs.voxmind.ai/api-reference/openapi.json)