Skip to main content
POST
Create asset(s)

Authorizations

Authorization
string
header
required

Path Parameters

organization_id
string<uuid>
required

A UUID string identifying the organization.

workspace_id
string<uuid>
required

A UUID string identifying the workspace.

Body

multipart/form-data

Base for all the serializers in the assets app

assets
object[]

This field is used only for plain text assets, for other asset types please use the files attribute

Required array length: 1 - 10 elements
files
string<uri>

Assets files to be evaluated: video, image or text from a document.

tags
string[]

Optional list of tags for the asset

Maximum string length: 255

Response

No assets were supplied; an empty list is returned.

id
string<uuid>
required
read-only
name
string
required
Maximum string length: 255
content_url
string
required
Maximum string length: 255
content_type
enum<string>
required
  • image - image
  • text - text
  • video - video
Available options:
image,
text,
video
content
string
required
created_by_email
string | null
thumbnail_url
string
Maximum string length: 255
is_archived
boolean
is_deleted
boolean
tags
string[]
Maximum string length: 255
created_at
string<date-time> | null
created_by
string<uuid> | null