---
title: "Create Filevine Project"
method: POST
path: "/filevine/projects/create"
tags: ["Filevine"]
---

# Create Filevine Project

`POST /filevine/projects/create`

Create a project in Filevine (developer only).

## Request body

- FilevineCreateProjectRequest — Request to create a project in Filevine
  - `contact_id` integer, required
  - `project_type_id` integer, required
  - `project_name` string, nullable
  - `description` string, nullable
  - `incident_date` string, nullable

## Response `200`

Successful Response

- FilevineCreateProjectResponse — Response from creating a project in Filevine
  - `success` boolean, required
  - `filevine_project_id` integer, nullable
  - `project_name` string, nullable
  - `project_number` string, nullable
  - `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)
