---
title: "Enqueue Print Job"
method: POST
path: "/kiosk/print-jobs"
tags: ["kiosk-print"]
---

# Enqueue Print Job

`POST /kiosk/print-jobs`

Accept a rendered receipt PNG from the kiosk and queue it for the bridge
paired with the account that sent it.

## Query parameters

- `trip_id` string, uuid, nullable — the trip the receipt's QR forks

## Response `200`

Successful Response

- EnqueuedJob
  - `job_id` string, required
  - `queued` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-11** `5acadde833b2` — 2 info
  - added the new optional `query` request parameter `trip_id`
  - added the non-success response with the status `422`
- **2026-09-08** `6ea721316081` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/kiosk/print-jobs/post.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/750ef040fb57?raw)
