Skip to main content
GET
/
streaming
/
ai
/
info
Python
from gcore import Gcore

client = Gcore(
    api_key="My API Key",
)
response = client.streaming.ai_tasks.get_ai_settings(
    type="language_support",
)
print(response.supported)
{
  "supported": true
}

Authorizations

Authorization
string
header
required

Query Parameters

type
enum<string>
required
Available options:
language_support
audio_language
string
subtitles_language
string

Response

supported
boolean