Skip to main content
POST
/
simulate
/
api
/
personas
/
Create persona
curl --request POST \
  --url https://api.futureagi.com/simulate/api/personas/ \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Secret-Key: <api-key>' \
  --data '{
  "name": "Business Executive"
}'

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Body

application/json
name
string
required

Persona name

Example:

"Business Executive"

description
string

Persona description

gender
string[]

Gender attributes

Example:
["male", "female"]
age_group
string[]

Age group attributes

location
string[]

Location attributes

occupation
string[]

Occupation attributes

personality
string[]
communication_style
string[]
languages
string[]

Response

201

Persona created