Skip to main content
POST
/
api
/
v1
/
system
/
report-error
Report a client-side error to the backend
curl --request POST \
  --url https://monitor.aevr.space/api/v1/system/report-error \
  --header 'Content-Type: application/json' \
  --data '
{
  "digest": "<string>",
  "message": "<string>",
  "stack": "<string>",
  "path": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://monitor-f3599674.mintlify.app/llms.txt

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

Body

application/json
digest
string
message
string
stack
string
path
string

Response

200

Error reported