---
title: "Creates a save."
method: POST
path: "/toolbox-service/v1/saves"
tags: ["Creator Store"]
---

# Creates a save.

`POST /toolbox-service/v1/saves`

## Request body

- CreateSaveRequest, nullable — Request model for creating a save
  - `targetType` 'Audio' | 'Model' | 'Decal' | 'Plugin' | 'MeshPart' | 'Video' | 'FontFamily', required — This represents a "subset" of Toolbox.Service.CategoryType options and represent the full set of "categories" (or asset types) that can be searched upon from the toolbox search API.
  - `targetId` integer, required — The ID of the asset being saved
  - `collectionName` string, nullable — Custom collections are not currently supported. This field should be omitted.

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/958b2b40425d/schema)
