---
title: "Writes log"
method: POST
path: "/v1/misc/log"
tags: ["uncategorized"]
---

# Writes log

`POST /v1/misc/log`

## Request body

- LogRequest
  - `level` string, required — level (debug, info, warn, error)
  - `category` string — category
  - `message` string, required — message
  - `stacktrace` string[] — message
  - `screenshot` string — screenshot (base64)

## Response `200`

OK

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
