---
title: "Save Logs"
method: POST
path: "/api/v1/logs/add-logs"
tags: ["logs"]
---

# Save Logs

`POST /api/v1/logs/add-logs`

## Request body

- LogsRequestDTO
  - `module` string, required
  - `message` string, nullable
  - `project_id` integer, nullable
  - `payload` object, nullable
  - `url` string, nullable
  - `type` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
