Skip to main content

Description

Use this endpoint before uploading media or calling translate APIs so you only request locales the platform can process. URL variants (same handler):
  • GET /v2/languages and GET /v2/languages/ — unfiltered list; request_type is all.
  • GET /v2/languages/{language_type} — filter by capability; see Get Languages (filtered) for the interactive reference and language_type values dubbing, text, or all.
Filters:

Endpoint URL

Parameters

Response

Success (200)

Content-Type: application/json

Response fields

Example requests

All languages:
Dubbing-capable languages only:

Error responses

500 Internal Server Error

Next steps