Skip to main content

Create a new asset

POST 

/asset

Create a new asset

Request

Body

Asset data

    description string

    Asset description

    tags string[]

    Asset tags

    schemaId schemaId (string)

    Unique identifier for Schema

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    url string

    Asset URL

    data string

    Asset data

    projectId projectId (string)

    Unique identifier for Project

    type string

Responses

Asset successfully created

Schema

    description string

    Asset description

    tags string[]

    Asset tags

    schemaId schemaId (string)

    Unique identifier for Schema

    id string

    Unique identifier for Asset

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    createdAt date-time

    Time representation of Asset creation

    url string

    Asset URL

    data string

    Asset data

    projectId projectId (string)

    Unique identifier for Project

    type string
Loading...