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"
}
}
}