API Integration for Avoma

Use Avoma's API Integration to interact with your conversational data and create custom integrations

Integrating with Avoma’s API

Avoma provides a robust RESTful API that allows users to easily integrate conversational data such as meetings, transcriptions, recordings, notes, and coaching into their applications. The API ensures secure authentication through the use of API keys and offers various endpoints for efficiently managing meetings, transcriptions, recordings, and other functionalities while facilitating workflow automation. For comprehensive details on request formats, response structures, rate limits, and best practices, please consult our public API documentation.

Fetching Your API Key from the Avoma UI

Only users with Admin privileges can create, delete, or retrieve API keys.

  1. Log in to your Avoma account.

  2. Navigate to Settings > Organization > Developer. Alternatively, you can access this section directly by following this link.

  3. Click on Create API Key to create a new key

    Screenshot 2025-05-26 at 2.58.38 PM
  4. Copy if a key already exists
    Screenshot 2025-05-26 at 3.01.27 PM
  5. Ensure you store this key securely, as it will be used to authenticate your requests to the API.

  6. If your key is compromised, you can regenerate it from the same section by deleting existing key.

For comprehensive guidance on integrating with Avoma's API, including authentication methods and available endpoints, please visit our API documentation.