Versions Compared

Key

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

Table of Contents

Sonde API 3.4 Release: (August 29th, 2022 release date)

M3 questionnaire deployment and scoring
Questionnaire creation

For more detail please refer to REST API Reference.

API

  1. Mental Fitness - M3 Questionnaire and Score: This enables partner users to get a score
    for the M3 questionnaire
    o POST /platform/v2/inference/inference-parameters
    o POST /platform/v2/inference/scores
    o GET /platform/v2/inference/scores/<scoreId>

  2. The Create Questionnaire API is introduced to facilitate partners to create their own
    questionnaires
    o POST /platform/v1/questionnaire API

Use Case

Updated Use Cases

Sonde API 3.3 Release: (September 20th, 2021 release date)

...

For more detail please refer to REST API Reference.

API

Updated API

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

Use Case

Updated Use Case

...

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

...

  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

...