---
title: "Set all file meta"
method: POST
path: "/v2/files/meta"
tags: ["v2"]
---

# Set all file meta

`POST /v2/files/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.

## Query parameters

- `filename` string, required

## Request body

- Model33
  - `tags` string[]
  - `title` string
  - `description` string
  - `product` Model31
    - `id` string
    - `name` string
    - `brand` string
    - `category1` string
    - `category2` string
  - `approval` Model32
    - `approved` boolean, required
    - `comment` string, required

## Response `default`

Successful

---

[API](https://skmtc.dev/sirv/apis/api-documentation.md) · [All operations](https://skmtc.dev/sirv/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sirv/api-documentation/revisions/80ff016d7d3a/schema)
