For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upload Assets

Upload assets to project

POST /api/v2/assets

Headers

Name
Type
Description

Authorization

string

Bearer token

Content-Type

string

multipart/form-data

Request Body

Name
Type
Description

files

string

Files to upload

items

string

URLs to images

// OK

Example

POST /api/v2/spaces/:space_id/assets

Path Parameters

Name
Type
Description

space_id

string

Space UUID

Headers

Name
Type
Description

Authorization

string

Content-Type

string

multipart/form-data

Request

Attributes

Name
Type
Description

files

array of strings (binary)

Files tp upload

urls

array of strings (binary)

URLs to assets

Response

Example

Last updated