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.
Successful response containing the calibration script.
The response is of type object.
object
Was this page helpful?