v1

latestSwagger 2.02026-07-146610689.7 KB
v2

Set all file meta

Add multiple meta fields in a single request. Any of the 10 types of meta can be added or changed with this API method. If you're adding a lot of meta, this is the fastest and lowest load way to add meta data.

post/v2/files/meta

Query parameters

filenamestring required

Request body

tagsstring[]
titlestring
descriptionstring

Example request

{
  "tags": [
    [
      "lake",
      "water"
    ]
  ],
  "title": "Blue Lake",
  "description": "Blue Lake in the Winter",
  "product": {
    "id": "LLBB77",
    "name": "Blue Lake Card",
    "brand": "BLUE LAKE LLC",
    "category1": "Cards",
    "category2": "Lakes"
  },
  "approval": {
    "comment": "It looks too cold!"
  }
}

Response

Successful