Query available services and models

This is a unified endpoint for all API services and will return a complete list of all services and models available for each.

Response body

The body of the response is a JSON array.

Attributedefinition
typeService type. Available services include:
transcribe - Speech to text
translate - Text to text translation
audioalign - Text to audio alignment
languageid - Language identification
namedentity - Named Entity Extraction
sentiment - Text sentiment detection
texttospeech - Text to speech
modelsAn array of model description objects.
name - The model name. E.g. “en-ru”.
description - The model description. E.g. “English to Russian”.
features - An array of strings identifying features available with this model

Model features

Models and services provide different features that can augment the data processing. The table below displays which features may be available for each of the services

ServiceFeatureDescription
TranscribepunctuationThe transcript can include punctuation and true casing.
advanced_srt_generationThe transcription can be saved in SRT format utilizing a specialized segmentation model which provides a more human-like subtitling.
emotionThe transcription can include emotion information inferred from the audio features.
sentimentThe transcription can include sentiment information.
custom_vocabularyUser-defined custom vocabulary is supported.
numeric_outputNumbers within the transcript can be converted to digit form rather than word form.
Translateadvanced_srt_generationWhen translating an SRT document, a specialized segmentation model can be utilized which provides a more human-like subtitling.
meta_controlsThe model is meta-aware and allows refinement of the translation output.
See Query available translation models for more details.
Language
Authorization
Header
Click Try It! to start a request and see the response here!