curl --request POST \
--url https://tryyomira.com/api/simulate \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"objective": "Decide whether to publish this landing page.",
"artifact": {
"type": "landing_page",
"content": "Paste the exact artifact people will see."
},
"audience": {
"description": "AI founders, agency owners, and product builders who already use coding agents."
},
"simulation": {
"mode": "fast",
"target_n": 40,
"max_agent_voices": 8,
"max_output_tokens": 30000
}
}
'