Skip to content

Overview

Assets let you upload and manage files used across user profiles and workspaces, including images and other binary resources.

Learn more about using the Plane API

The Asset Object

Attributes

Response200
json
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "name": "design-spec.pdf",
  "type": "application/pdf",
  "asset_url": "https://cdn.example.com/workspace-assets/design-spec.pdf",
  "attributes": {
    "entity_type": "WORKSPACE"
  }
}