Skip to main content
POST
/
api
/
feedback
Submit feedback
curl --request POST \
  --url https://api.mymarky.ai/api/feedback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "context": {}
}
'
{
  "id": "<string>",
  "status": "received"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mymarky.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
type
enum<string>
required

Feedback type

Available options:
bug,
feature,
feedback
message
string
required

Feedback message

Required string length: 1 - 5000
context
Context · object

Optional context (e.g. page URL, error details, environment info)

Response

Successful Response

id
string
required

Feedback record ID

status
string
default:received

Feedback status