POST
/
twin
/
script
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
language
string

Language of the script. Default is English.

Response

200 - application/json
Successful response containing the calibration script.
script
string