Create Memory Persona

Create or update a memory persona.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the memory. To find memory IDs, see Read User Memories.

Body Params
persons
array of objects
required
length ≥ 1

Array containing one or more personas to create or update. At least one person must be provided. See Person Schema (JSON)

persons*
string

The persona ID. Omit this field to create a new persona. Include this field to update an existing persona. To find persona IDs, see Read Memory Personas.

names
array of objects

The name(s) of the person in the memory

names
media
array of objects

Media references including the artifact description and bounding box coordinates for the tag

media
identifiers
array of objects

Identifiers for the persona

identifiers
Responses
201

The creation of a single persona was successful. Expect a location header specifying the link to the created persona.

204

The update or creation of multiple personas was successful.

400

If the request was unable to be understood by the application.

404

The specified memory has been moved, deleted, or otherwise not found.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!