> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: BatchCreateAssetsResponse

[index](.././index).BatchCreateAssetsResponse

Response from batch asset creation

## Table of contents

### Properties

* [success](#success)
* [assets](#assets)
* [errors](#errors)
* [message](#message)

## Properties

### success

• **success**: `boolean`

### assets

• **assets**: \{ `assetId`: `string` ; `asset`: [`CoreAsset`](./core-asset) ; `mediaFileId?`: `string` ; `thumbnailFileId?`: `string`  }\[]

### errors

• **errors**: \{ `index`: `number` ; `error`: `string` ; `assetName?`: `string`  }\[]

### message

• `Optional` **message**: `string`
