---
title: "POST /v1/assets/batch"
method: POST
path: "/v1/assets/batch"
tags: ["Assets"]
---

# POST /v1/assets/batch

`POST /v1/assets/batch`

## Headers

- `Roblox-Place-Id` integer, required
- `Roblox-Browser-Asset-Request` string, required

## Request body

- RobloxWebAssetsBatchAssetRequestItem[]
  - `assetName` string
  - `assetType` string
  - `clientInsert` boolean
  - `placeId` integer
  - `requestId` string
  - `scriptInsert` boolean
  - `serverPlaceId` integer
  - `universeId` integer
  - `accept` string
  - `encoding` string
  - `hash` string
  - `userAssetId` integer
  - `assetId` integer
  - `version` integer
  - `assetVersionId` integer
  - `modulePlaceId` integer
  - `assetFormat` string
  - `roblox-assetFormat` string
  - `assetResolutionMode` string
  - `accessContext` string
  - `usageContext` string
  - `contentRepresentationPriorityList` string
  - `doNotFallbackToBaselineRepresentation` boolean
  - `xcachesplit` integer

## Response `200`

OK

## Changes

- **2026-09-15** `3fe4a685dcbc` — 1 breaking, 1 warning, 1 info
  - the `items/usageContext` request property type changed from `integer` to `string`, and format from `int32` to no format (media type: application/json)
  - deleted the `header` request parameter `Accept`
  - the `items/usageContext` request property type was generalized from `integer` to `string`, and format from `int32` to no format (media type: text/json)

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/assets/batch/post.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/roblox/apis/roblox-api/revisions/7c6787738100?raw)
