Skip to main content

Create a new asset

POST 

/asset

Create a new asset

Request

Body

Asset data

    url string

    Asset URL

    type string
    schemaId schemaId (string)

    Unique identifier for Schema

    projectId projectId (string)

    Unique identifier for Project

    tags string[]

    Asset tags

    description string

    Asset description

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    data string

    Asset data

Responses

Asset successfully created

Schema

    url string

    Asset URL

    id string

    Unique identifier for Asset

    type string
    schemaId schemaId (string)

    Unique identifier for Schema

    projectId projectId (string)

    Unique identifier for Project

    tags string[]

    Asset tags

    createdAt date-time

    Time representation of Asset creation

    description string

    Asset description

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    data string

    Asset data

Loading...