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 this launch post should be published as-is.",
"artifact": {
"type": "x_post",
"content": "Paste the exact post here."
},
"audience": {
"description": "AI builders, agency owners, indie founders, and early users who follow product launches on X."
},
"simulation": {
"mode": "fast",
"target_n": 80,
"max_agent_voices": 16,
"max_output_tokens": 40000
}
}'