# Voxfra ## Docs - [Inspect API Key](https://docs.voxfra.com/api-reference/auth/me.md): Returns the organization and metadata associated with the API key used in the request. - [Get Call](https://docs.voxfra.com/api-reference/calls/get.md): Returns full detail for a single call record, including transcript and provider metadata. - [Get Call Evaluations](https://docs.voxfra.com/api-reference/calls/get-evaluations.md): Returns the evaluation artifact for a single call. The call itself must belong to the authenticated organization. Missing evaluation rows are modeled inside the payload with `pending` or `partial` workflow state rather than returning `404`. - [List Calls](https://docs.voxfra.com/api-reference/calls/list.md): Returns calls for the authenticated organization, ordered by creation date descending. Supports pagination and filtering by client, date range. - [List Call Evaluations](https://docs.voxfra.com/api-reference/calls/list-evaluations.md): Returns evaluation resources for calls in the authenticated organization. Supports the same pagination and call filters as `GET /v1/calls`, but each item includes explicit evaluation workflow state and the currently available evaluation payload for that call. - [Create Client](https://docs.voxfra.com/api-reference/clients/create.md): Provisions a new client within the authenticated organization. - [List Clients](https://docs.voxfra.com/api-reference/clients/list.md): Returns all clients belonging to the authenticated organization, ordered by join date descending. - [Get Customer](https://docs.voxfra.com/api-reference/customers/get.md): Returns a single customer record scoped to the authenticated organization. - [List Customers](https://docs.voxfra.com/api-reference/customers/list.md): Returns customers for the authenticated organization. Customers are deduplicated within organization and client boundaries and can be filtered to a specific client. - [Overview](https://docs.voxfra.com/api-reference/overview.md): Management API endpoint reference - [Authentication](https://docs.voxfra.com/authentication.md): API key authentication for the Voxfra Management API - [April 2026](https://docs.voxfra.com/changelog/april-2026.md): Ask Us support chat, customers directory, operating hours management, auth flow improvements, and timezone-aware analytics. - [Errors](https://docs.voxfra.com/errors.md): HTTP status codes and error response format - [Introduction](https://docs.voxfra.com/introduction.md): Voxfra's Management API for voice intelligence infrastructure - [Overview](https://docs.voxfra.com/webhook-integration/overview.md): How Voxfra receives call data from your voice AI provider. - [Call Record Format](https://docs.voxfra.com/webhook-integration/payload.md): How Voxfra normalizes Vapi payloads into a unified call record. - [Supported Providers](https://docs.voxfra.com/webhook-integration/providers.md): Current provider availability for Voxfra webhook ingestion. - [Setup Guide](https://docs.voxfra.com/webhook-integration/setup-guide.md): Step-by-step: create a Voxfra inbound webhook and configure your voice provider to deliver call reports. - [Vapi](https://docs.voxfra.com/webhook-integration/vapi.md): Reference guide for connecting Vapi to Voxfra. ## OpenAPI Specs - [openapi](https://docs.voxfra.com/api-reference/openapi.yaml) ## Optional - [Status](https://status.voxfra.com)