Create Memory

Create a memory.

Query Params
string

The title used for artifacts being uploaded or when no value is available via multipart type posts.

string

The description to use for artifacts being uploaded or when no value is available via multipart type posts.

string

The file name to use for artifacts being uploaded.

string

The artifact type to use for the artifact being uploaded. If this parameter is not supplied, an appropriate default will be supplied based on the media type. Possible values include Document, Obituary, Photo, and Story. This parameter has no effect on a read.

string

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

Body Params

Upload a memory artifact file (photo, document, story, audio, etc.). Supports direct file upload or multipart/form-data.

Headers
Content-Type
object
required

The header value for the incoming request's Content-Type. Multipart type data is supported and a boundary parameter on the Content-Type is required when using multipart/form-data or multipart/mixed

Response
201

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

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