curl -X POST https://api.thinnest.ai/v1/agents \
-H "Authorization: Bearer $THINNESTAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Campaign Outreach Coordinator",
"model": "gpt-4o",
"instructions": "You are a campaign outreach agent. Present the event or offer concisely. If interested, send details via SMS and track conversion. Always ask the survey question before ending.",
"voiceEnabled": true,
"transcriber": { "provider": "deepgram", "model": "nova-2-conversationalai" },
"voice": { "provider": "deepgram", "voiceId": "aura-2-thalia-en" },
"dncListEnabled": true,
"dncCheckMode": "before_call",
"batchOutboundEnabled": true,
"batchRetryAttempts": 2,
"predictiveDialerEnabled": true,
"dialerMode": "progressive",
"analyticsEnabled": true,
"analyticsTrackConversions": true,
"analyticsConversionEvent": "rsvp_confirmed",
"postCallSurveyEnabled": true,
"surveyQuestion": "On a scale of 1 to 5, how interested are you in attending future events?",
"surveyType": "rating",
"voicemailDropEnabled": true,
"smsMidCallEnabled": true,
"greetingVariantsEnabled": true,
"recordingEnabled": true
}'