PersonaAPI ReferencePersonasIdEmotion
Override persona emotional state (VAD)
Path Parameters
id*string
Persona ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://api.molroo.io/personas/uuid/emotion" \ -H "Content-Type: application/json" \ -d '{ "vad": {} }'{
"result": {
"ok": true
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}