cURL
curl --request POST \ --url https://api.captions.ai/api/twin/script \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "language": "<string>" } '
{ "script": "<string>" }
Retrieves the script to recite for AI Twin calibration.
Language of the script. Default is English.
Successful response containing the calibration script.
Was this page helpful?