Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Sonde API 3.2 Release: (September 6th, 2021 release date)

Inference v2 API are introduced to infer measure’s score using two audio sample

API

New API

  • POST /platform/v2/inference/inference-parameters

  • PUT /platform/v2/inference/inference-parameters/{inferenceParameterId}

  • POST /platform/v2/inference/scores

  • GET /platform/v2/inference/scores/{scoreId}

For more detail please refer REST API Reference

Use Case

A new use-case is introduced to try-out the v2 inference api

Sonde API 3.1 Release: (June 16th, 2021 release date)

...

  1. TranscriptionService
    TranscriptionService provides speech to text functionality for health-condition audio files

    • POST /platform/async/v1/transcriptions

    • GET /platform/async/v1/transcriptions/{asyncJobId}

    • GET /platform/v1/storage/files/{filePath}/transcriptions

  2. voice-feature-score history with ability to filter based on time (from & to) and user

    • GET /platform/v1/inference/voice-feature-scores

    • GET /platform/v1/inference/voice-feature-scores/{voiceFeatureScoreId}

API

New API

  • POST /platform/async/v1/transcriptions

  • GET /platform/async/v1/transcriptions/{asyncJobId}

  • GET /platform/v1/storage/files/{filePath}/transcriptions

  • GET /platform/v1/inference/voice-feature-scores

  • GET /platform/v1/inference/voice-feature-scores/{voiceFeatureScoreId}

...

API

Four new APIs are introduces

...