> ## 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: CreateListingApiParams

[index](.././index).CreateListingApiParams

Parameters for creating a listing via the API endpoint.

## Table of contents

### Properties

* [licensorAddress](#licensoraddress)
* [price](#price)
* [availableAgreements](#availableagreements)
* [smartLicenseHash](#smartlicensehash)
* [duration](#duration)
* [licenseRoyalties](#licenseroyalties)
* [resellRoyalties](#resellroyalties)
* [preferredLicensee](#preferredlicensee)
* [listingType](#listingtype)
* [termsId](#termsid)
* [storageAccess](#storageaccess)
* [organizationId](#organizationid)
* [title](#title)
* [description](#description)
* [category](#category)

## Properties

### licensorAddress

• **licensorAddress**: \`0x\$\{string}\`

### price

• **price**: `bigint`

### availableAgreements

• **availableAgreements**: `number` | `bigint`

### smartLicenseHash

• **smartLicenseHash**: \`0x\$\{string}\`

### duration

• **duration**: `bigint`

### licenseRoyalties

• **licenseRoyalties**: `bigint`

### resellRoyalties

• **resellRoyalties**: `bigint`

### preferredLicensee

• `Optional` **preferredLicensee**: \`0x\$\{string}\`

### listingType

• `Optional` **listingType**: [`LicenseTypeValue`](../types/license-type-value)

### termsId

• `Optional` **termsId**: `string` | `bigint`

### storageAccess

• `Optional` **storageAccess**: `string`

### organizationId

• **organizationId**: `string`

### title

• **title**: `string`

### description

• **description**: `string`

### category

• `Optional` **category**: `string`
