---
title: "Create Filevine Note"
method: POST
path: "/filevine/notes/create"
tags: ["Filevine"]
---

# Create Filevine Note

`POST /filevine/notes/create`

Create a note on a Filevine project (developer only).

## Request body

- FilevineCreateNoteRequest — Request to create a note on a Filevine project
  - `project_id` integer, required
  - `body` string, nullable
  - `type_tag` string, nullable

## Response `200`

Successful Response

- FilevineCreateNoteResponse — Response from creating a note in Filevine
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
