GET
/
streaming
/
ai
/
info
curl --request GET \
  --url https://api.gcore.com/streaming/ai/info \
  --header 'APIKey: <api-key>'
{
  "supported": true
}

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

type
enum<string>
required

The parameters section for which parameters are requested

Available options:
language_support
audio_language
string

The source language from which the audio will be transcribed. Required when type=language_support. Value is 3-letter language code according to ISO-639-2 (bibliographic code), (e.g., fre for French).

subtitles_language
string

The target language the text will be translated into. If omitted, the API will return whether the audio_language is supported for transcription only, instead of translation. Value is 3-letter language code according to ISO-639-2 (bibliographic code), (e.g., fre for French).

Response

200
application/json

Result of AI task execution

The response is of type object.