v1

latestOpenAPI 3.0.1Apache 2.02026-07-2420454370.2 KB
Persons

Create Person Memory

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

post/tree/persons/{pid}/memories

Path parameters

pidstring 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 <a href="/reference/searchtreepersons" target="_blank">Search Tree Persons</a>.

Query parameters

titlestring

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

descriptionstring

The description to use for artifacts being uploaded.

filenamestring

The file name to use for artifacts being uploaded.

typestring

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

personNamestring

The person name to use for artifacts being uploaded.

Headers

Content-Dispositionstring

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

Response

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