Skip to main content

Create a new asset

POST 

/asset

Create a new asset

Request

Body

Asset data

    type string
    url string

    Asset URL

    schemaId schemaId (string)

    Unique identifier for Schema

    description string

    Asset description

    tags string[]

    Asset tags

    data string

    Asset data

    projectId projectId (string)

    Unique identifier for Project

    name stringrequired

    Asset name

Responses

Asset successfully created

Schema

    id string

    Unique identifier for Asset

    type string
    createdAt date-time

    Time representation of Asset creation

    url string

    Asset URL

    schemaId schemaId (string)

    Unique identifier for Schema

    description string

    Asset description

    tags string[]

    Asset tags

    data string

    Asset data

    projectId projectId (string)

    Unique identifier for Project

    name stringrequired

    Asset name

Loading...