---
title: "api/checklist-svg POST
Store an SVG inspection"
method: POST
path: "/api/checklist-svg"
tags: ["Api\\ChecklistSvgController"]
---

# api/checklist-svg POST
Store an SVG inspection

`POST /api/checklist-svg`

## Headers

- `Authorization` string
- `Content-Type` string
- `Accept` string
- `Accept-language` string

## Request body

- object
  - `checklist_id` integer, required — The checklist ID that this SVG refers to (at the moment of storage)
  - `svg` string, required — The SVG body to store (max 16,777,215 characters)
  - `pages` integer — The amount of pages of the SVG
  - `name` string — The name of the inspection SVG
  - `last_print` string — The last print datetime

---

[API](https://skmtc.net/beepnl/apis/beep.md) · [All operations](https://skmtc.net/beepnl/apis/beep/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beepnl/beep/versions/7f1e35deb524/schema)
