Create Person Memory

Create a memory for a person. The memory can be a photo, document, story, or obituary.

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

The id of the person to attach the memory to. Can be a person from the main FamilySearch tree or from a user tree. To find an example person ID, see Search Tree Persons.

Query Params
string

The title to use for the artifact being uploaded via multipart form data.

string

The description to use for artifacts being uploaded.

string

The file name to use for artifacts being uploaded.

string

The type of artifact to create. Can be 'Photo', 'Document', 'Story', or 'Obituary'.

string

The person name to use for artifacts being uploaded.

Body Params

The memory artifact file to upload. Use query parameters above to provide title, description, and type.

Headers
string

The header value used to determine filename when multipart type data is not used.

string
enum
Defaults to image/jpeg

Generated from available request content types

Allowed:
Responses
201

The attachment of the artifact was successful. Expect a location header specifying the link to the created artifact.

429

The request was throttled.

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