# Heify Docs ## Docs - [Configuration Analysis](https://docs.heify.com/api-reference/configuration/analytics.md): Generates an AI-powered analytics report for all completed transcriptions under a configuration. - [Create Configuration](https://docs.heify.com/api-reference/configuration/create.md): Create a new configuration template that defines how audio/video files will be processed. - [Delete Configuration](https://docs.heify.com/api-reference/configuration/delete.md): Permanently deletes a specific configuration. This action is irreversible. - [Get Configuration](https://docs.heify.com/api-reference/configuration/get.md): Retrieve a single configuration by its ID. - [List Configurations](https://docs.heify.com/api-reference/configuration/list.md): Returns all configurations belonging to the authenticated client. - [Update Configuration](https://docs.heify.com/api-reference/configuration/update.md): Partially update an existing configuration. Only fields included in the request body are modified. - [Evaluator Analysis](https://docs.heify.com/api-reference/evaluator/analytics.md): Generate a performance dashboard for a specific evaluator across all its evaluations. - [Create Evaluator](https://docs.heify.com/api-reference/evaluator/create.md): Create a new evaluator with its evaluation criteria. - [Delete Evaluator](https://docs.heify.com/api-reference/evaluator/delete.md): Permanently delete an evaluator and all its criteria. - [Get Evaluator](https://docs.heify.com/api-reference/evaluator/get.md): Retrieve a single evaluator by ID. - [List Evaluators](https://docs.heify.com/api-reference/evaluator/list.md): Returns all evaluators for the authenticated account, sorted by creation date (newest first). - [Update Evaluator](https://docs.heify.com/api-reference/evaluator/update.md): Update an evaluator's description, language, context, or criteria. - [Participant Analysis](https://docs.heify.com/api-reference/participant/analytics.md): Generate a performance dashboard for an individual participant across all their evaluations. - [Create Participant](https://docs.heify.com/api-reference/participant/create.md): Create a new participant profile to track a person across transcriptions — a support agent, job candidate, salesperson, or any individual. - [Delete Participant](https://docs.heify.com/api-reference/participant/delete.md): Permanently delete a participant. - [List Participants](https://docs.heify.com/api-reference/participant/list.md): Returns all participant profiles for the authenticated account. - [Update Participant](https://docs.heify.com/api-reference/participant/update.md): Update a participant's tag and/or metadata. - [Delete Transcription](https://docs.heify.com/api-reference/transcription/delete.md): Permanently delete a transcription record. This action is irreversible. - [Get Transcription](https://docs.heify.com/api-reference/transcription/details.md): Retrieve the full details of a single transcription, including conversation, summary, extracted fields, and evaluation breakdown. - [List Transcriptions](https://docs.heify.com/api-reference/transcription/list.md): Returns all transcriptions for the authenticated account with lightweight metadata and QA summary. No request body required. - [Submit from local file](https://docs.heify.com/api-reference/transcription/request-upload-url.md): Upload a local audio or video file for transcription using a two-step process. - [Submit from public URL](https://docs.heify.com/api-reference/transcription/submit.md): Submit an audio or video file for transcription using a publicly accessible URL. - [Update Transcription Group](https://docs.heify.com/api-reference/transcription/update-group.md): Assign or clear the review workflow group of a transcription. - [Authentication](https://docs.heify.com/authentication.md): Learn how to authenticate your API requests with Heify - [Configuration](https://docs.heify.com/core/configuration.md): Reference for the Configuration object — the reusable template that drives every transcription. - [Evaluator](https://docs.heify.com/core/evaluator.md): Reference for the Evaluator object — the quality-scoring template applied to transcriptions. - [Participant](https://docs.heify.com/core/participant.md): Reference for the Participant object — the person tracked across transcriptions: a support agent, job candidate, salesperson, or any individual. - [Transcription](https://docs.heify.com/core/transcription.md): Reference for the Transcription object — the result of a single audio or video processing job. - [Introduction](https://docs.heify.com/index.md): Heify is an AI-powered audio intelligence platform. Turn voice recordings into structured data, quality scores, and deep analytics — automatically. - [Error Codes](https://docs.heify.com/platform/errors.md): HTTP status codes and error message reference for the Heify API. - [Rate Limits & Quotas](https://docs.heify.com/platform/rate-limits.md): Per-endpoint request limits, burst allowances, and resource quotas for the Heify API. - [Quickstart](https://docs.heify.com/quickstart.md): From zero to your first transcription in minutes — no matter how you want to use Heify. - [Configuration Analysis](https://docs.heify.com/sandbox/analytics.md): Generate an AI-powered analytics report for a configuration — distribution metrics, anomalies, extraction field insights, temporal trends, and cross-variable relationships. - [Evaluator Analysis](https://docs.heify.com/sandbox/analytics-evaluator.md): Generate a performance dashboard for an evaluator — KPIs, timeline trends, quality heatmap, top failed criteria, participant rankings, and a filterable transcription table. - [Participant Analysis](https://docs.heify.com/sandbox/analytics-participant.md): Generate a personal performance dashboard for a participant — degradation alerts, KPIs with score sparkline, evaluator rankings with click-to-filter, trends, heatmap, and a filterable transcription table. - [API Keys & Team](https://docs.heify.com/sandbox/api-keys.md): Manage API keys, check Sandbox connection status, and invite team members. - [Authentication](https://docs.heify.com/sandbox/authentication.md): How to log in to the Heify Sandbox using email OTP. - [Configurations](https://docs.heify.com/sandbox/configurations.md): Create and manage reusable configurations that define how audio is processed, summarized, and analyzed. - [Evaluators](https://docs.heify.com/sandbox/evaluators.md): Create and manage reusable quality-control rubrics that the AI uses to score transcriptions. - [Sandbox](https://docs.heify.com/sandbox/index.md): A fully browser-based workspace for building transcription pipelines, managing evaluations, and analyzing results — without writing any code. - [Participants](https://docs.heify.com/sandbox/participants.md): Register and manage the people linked to your transcriptions and track their performance over time. - [Transcribe](https://docs.heify.com/sandbox/transcribe.md): Submit audio and video files for transcription and AI quality scoring. - [Transcriptions](https://docs.heify.com/sandbox/transcriptions.md): Browse and manage all your transcription jobs, then dive into the full results of any individual transcription. ## OpenAPI Specs - [openapi](https://docs.heify.com/api-reference/openapi.json) - [openapi-transcriptions](https://docs.heify.com/api-reference/openapi-transcriptions.json) - [openapi-participants](https://docs.heify.com/api-reference/openapi-participants.json) - [openapi-evaluators](https://docs.heify.com/api-reference/openapi-evaluators.json) - [openapi-configurations](https://docs.heify.com/api-reference/openapi-configurations.json) ## Optional - [Dashboard](https://sandbox.heify.com) - [Support](https://www.heify.com/contact.html)