---
title: "Create a slice job"
method: POST
path: "/v1/hiveslice/jobs"
tags: ["HiveSlice"]
---

# Create a slice job

`POST /v1/hiveslice/jobs`

## Request body

- object
  - `organizationId` string — Compatibility only. Organization id comes from the authenticated principal. The API accepts a value only when it matches a trusted header or token claim.
  - `slicer` 'bambu_studio' | 'orca_slicer', required
  - `inputFileIds` string[], required
  - `printerProfileId` string, required
  - `filamentProfileId` string, required
  - `processProfileId` string, required
  - `transforms` object
    - `scale` number
    - `rotate` number
    - `rotateX` number
    - `rotateY` number
    - `arrange` boolean
    - `orient` boolean
    - `centerX` number
    - `centerY` number
    - `repetitions` integer

## Response `200`

Default Response

## Other responses

- `default` — Unexpected error response

## Changes

- **2026-09-06** `66df82711f06` — 1 info
  - the request property `organizationId` became optional

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/hiveslice/jobs/post.md)

---

[API](https://skmtc.dev/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/revisions/afa283b82594?raw)
