---
title: "Submit Feedback"
method: POST
path: "/v1/feedback"
tags: ["Utilities"]
---

# Submit Feedback

`POST /v1/feedback`

Submit feedback

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Request body

- FeedbackIn
  - `message` string, required — The message you'd like to send to deepinfra team
  - `contact_email` string, email, nullable — Optional contact email to reach you back

## Response `200`

Successful Response

- unknown

## Other responses

- `403` — Forbidden
- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/revisions/51b817b3f80f/schema)
