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>" }
Documentation IndexFetch the complete documentation index at: https://help.mirage.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://help.mirage.app/llms.txt
Use this file to discover all available pages before exploring further.
Language of the script. Default is English.
Successful response containing the calibration script.
Was this page helpful?