curl -s -X POST "https://tryyomira.com/api/simulate" \
-H "content-type: application/json" \
-H "x-api-key: $YOMIRA_API_KEY" \
-d '{
"objective": "Decide which initial buyer segment is most likely to pay for this product.",
"artifact": {
"type": "product_concept",
"content": "A context-first reaction simulation API that AI agents can call before a user sends, publishes, prices, or launches something."
},
"audience": {
"description": "Founders, marketers, agencies, product managers, and AI-native builders who already use Claude Code, Codex, Cursor, or similar agents."
},
"simulation": {
"mode": "standard",
"target_n": 120,
"max_agent_voices": 20,
"max_output_tokens": 50000
}
}'