Skip to main content

Create a new asset

POST 

/asset

Create a new asset

Request

Body

Asset data

    projectId projectId (string)

    Unique identifier for Project

    url string

    Asset URL

    type string
    description string

    Asset description

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    schemaId schemaId (string)

    Unique identifier for Schema

    data string

    Asset data

    tags string[]

    Asset tags

Responses

Asset successfully created

Schema

    projectId projectId (string)

    Unique identifier for Project

    url string

    Asset URL

    type string
    description string

    Asset description

    id string

    Unique identifier for Asset

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    schemaId schemaId (string)

    Unique identifier for Schema

    data string

    Asset data

    tags string[]

    Asset tags

    createdAt date-time

    Time representation of Asset creation

Loading...