---
title: "Add memory (from files)"
method: POST
path: "/graph/{graph_name}/files"
---

# Add memory (from files)

`POST /graph/{graph_name}/files`

Create a new memory in the graph from files.

## Path parameters

- `graph_name` string, required

## Response `200`

Successful Response

- InsertResponse — Data model for insert response.
  - `requestId` string, required — Unique request ID to be used to track the request status
  - `requestTime` integer, required — Further value to provide to track the request status
  - `memoryId` string, required — Reserved

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/circlemind-ai/apis/circlemind-api.md) · [All operations](https://skmtc.net/circlemind-ai/apis/circlemind-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/circlemind-ai/circlemind-api/versions/c3a63bdae00a/schema)
