cURL
curl --request POST \ --url https://api.comm.com/api/v1/voice/agents/{agent}/optimizer/start \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "initial_welcome_message": "<string>" } '
{ "message": "Optimizer started successfully", "optimizer": { "id": "<string>", "current_test_id": "<string>", "is_active": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The agent ID
500
"Optimizer started successfully"
Show child attributes