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 publish this landing page.",
"artifact": {
"type": "landing_page",
"content": "Paste the exact page, message, post, or offer people will see."
},
"audience": {
"description": "Describe who will see it, where they see it, what they already believe, and what action matters."
},
"simulation": {
"mode": "fast",
"target_n": 40,
"max_agent_voices": 8,
"max_output_tokens": 30000
}
}'