curl -s -X POST "https://tryyomira.com/api/simulate" \
-H "content-type: application/json" \
-H "x-api-key: $YOMIRA_API_KEY" \
-d '{
"objective": "Decide whether to send this DM and how to revise it.",
"artifact": {
"type": "dm",
"content": "Paste the exact DM here."
},
"audience": {
"description": "The specific recipient plus similar potential users who saw the post, understand AI agents, and may care about reaction simulation."
},
"simulation": {
"mode": "fast",
"target_n": 60,
"max_agent_voices": 12,
"max_output_tokens": 30000
}
}'