Skip to main content

Create a new asset

POST 

/asset

Create a new asset

Request

Body

Asset data

    description string

    Asset description

    schemaId schemaId (string)

    Unique identifier for Schema

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    type string
    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    data string

    Asset data

    url string

    Asset URL

Responses

Asset successfully created

Schema

    description string

    Asset description

    schemaId schemaId (string)

    Unique identifier for Schema

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    type string
    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    createdAt date-time

    Time representation of Asset creation

    data string

    Asset data

    url string

    Asset URL

    id string

    Unique identifier for Asset

Loading...