cURL
curl --request POST \ --url https://api.captions.ai/api/twin/supported-languages \ --header 'x-api-key: <api-key>'
{ "supportedLanguages": [ "<string>" ] }
Retrieves a list of languages available for AI Twin calibration.
Successful response containing supported languages.
The response is of type object.
object
Was this page helpful?