---
title: "Create a CEDAR metadata record for a node"
method: POST
path: "/nodes/{node_id}/cedar_metadata_records/"
tags: ["CEDAR Metadata"]
---

# Create a CEDAR metadata record for a node

`POST /nodes/{node_id}/cedar_metadata_records/`

Create a new CEDAR metadata record for the specified node. CEDAR metadata records are based on predefined templates and can be associated with nodes or files.

## Path parameters

- `node_id` string, required

## Response `201`

Successfully created a new CEDAR metadata record.

## Other responses

- `400` — Validation error or invalid data.
- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to create metadata for this node.
- `404` — Node not found.
- `405` — Returned if creating CEDAR metadata records for this node has been restricted. The response will include the message "This action is no longer available. Contact support if you have any questions."

## Changes

- **2026-08-20** `3c5164c707eb` — 1 info
  - added the non-success response with the status `405`

[Change history](https://skmtc.dev/osf/apis/osf-apiv2-documentation/changes/nodes/:node_id/cedar_metadata_records/post.md)

---

[API](https://skmtc.dev/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.dev/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/3c5164c707eb/schema)
