---
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

## Changes

> 15 revisions in range; 1 could not be searched.

- **2023-05-11** `6baf6ff06c27` — 1 info
  - endpoint added
- **2022-06-10** `568ca15f3476` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/beepnl/apis/beep/changes/api/checklist-svg/post.md)

---

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