---
title: "Submit Product Feedback"
method: POST
path: "/v1/product-feedback"
tags: ["User"]
---

# Submit Product Feedback

`POST /v1/product-feedback`

## Request body

- ProductFeedback
  - `feedback_id` string, uuid
  - `name` string, nullable
  - `email` string, email, nullable
  - `company` string, nullable
  - `how_discovered` string, nullable
  - `usage_frequency` string, nullable
  - `use_cases` string[], nullable
  - `rating` integer, nullable
  - `liked_most` string, nullable
  - `disliked` string, nullable
  - `requested_features` string, nullable
  - `setup_easy` boolean, nullable
  - `issues` string, nullable
  - `recommend_score` integer, nullable
  - `improvement_suggestions` string, nullable
  - `can_contact` boolean, nullable
  - `contact_method` string, nullable

## Response `200`

Successful Response

- ProductFeedbackResponse
  - `message` string

## Other responses

- `422` — Validation Error

---

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