---
title: "Create Person Memory"
method: POST
path: "/tree/persons/{pid}/memories"
tags: ["Persons"]
---

# Create Person Memory

`POST /tree/persons/{pid}/memories`

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

## Path parameters

- `pid` string, required

## Query parameters

- `title` string
- `description` string
- `filename` string
- `type` string
- `personName` string

## Headers

- `Content-Disposition` string

## Response `201`

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

## Other responses

- `429` — The request was throttled.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/versions/2b5020574a62/schema)
