Skip to main content
POST
/
api
/
simulate
Create simulation
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
  }
}
'
{
  "simulation_id": "d7b4c6a2-...",
  "status": "queued",
  "polling": {},
  "downloads": {},
  "billing": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryyomira.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Body

application/json
objective
string
required
Example:

"Decide whether to publish this landing page."

artifact
object
required
audience
object
required
simulation
object

Response

Simulation queued

simulation_id
string
Example:

"d7b4c6a2-..."

status
string
Example:

"queued"

polling
object
downloads
object
billing
object