AviatoAviato
DeveloperAPI ReferenceAssetsItemItemid

/api/assets/item/{itemId}

POST
/api/assets/item/{itemId}

Path Parameters

itemId*string

Library item ID

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/assets/item/string" \  -F type="string"
{
  "asset": {
    "id": "string",
    "itemId": "string",
    "entityId": "string",
    "fileId": "string",
    "type": "string",
    "source": "string",
    "mimeType": "string",
    "width": 0,
    "height": 0,
    "aspect": "string",
    "isSelected": true
  }
}
{
  "error": "string"
}
{
  "error": "string"
}