v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-285553225.5 KB
Simulation Persona

Get persona by ID

Returns a specific persona by its ID.

get/v1/persona/{personaId}

Path parameters

personaIdstring required

The ID of the persona to retrieve

Response

The requested persona

Example response

{
  "data": {
    "backstoryPrompt": "A busy professional calling during lunch break",
    "properties": {
      "age": 35,
      "zipCode": "94105",
      "occupation": "Software Engineer"
    }
  }
}