Skip to main content
GET
/
languages
List Languages
curl --request GET \
  --url https://api.{environment}.corti.app/v2/languages/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Tenant-Name: <tenant-name>'
{
  "languages": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Input your token

Headers

Tenant-Name
string
required

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:

"base"

Query Parameters

endpoint
enum<string>

Field used to filter languages that supported specific endpoint.

Available options:
streams,
transcribe,
transcripts

Response

Returns a list of available languages with their enabled endpoints details.

languages
object
required