Skip to main content
POST
/
v1
/
feedback
Submit Feedback
curl --request POST \
  --url https://api.example.com/v1/feedback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "contact_email": "jsmith@example.com"
}
'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Body

application/json
message
string
required

The message you'd like to send to deepinfra team

contact_email
string<email> | null

Optional contact email to reach you back

Response

Successful Response