Skip to main content

Create a new asset

POST 

/asset

Create a new asset

Request

Body

Asset data

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    data string

    Asset data

    schemaId schemaId (string)

    Unique identifier for Schema

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    description string

    Asset description

    url string

    Asset URL

    type string

Responses

Asset successfully created

Schema

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    data string

    Asset data

    schemaId schemaId (string)

    Unique identifier for Schema

    createdAt date-time

    Time representation of Asset creation

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    id string

    Unique identifier for Asset

    description string

    Asset description

    url string

    Asset URL

    type string
Loading...