---
title: "POST /paas/v4/files"
method: POST
path: "/paas/v4/files"
---

# POST /paas/v4/files

`POST /paas/v4/files`

This API is designed for uploading auxiliary files (such as glossaries, terminology lists) to support the translation service. It allows users to upload reference materials that can enhance translation accuracy and consistency.

## Response `200`

Processing successful

- object
  - `id` string — Unique identifier of the uploaded file.
  - `object` string — Object type.
  - `bytes` integer — File size in bytes.
  - `filename` string — Name of the uploaded file.
  - `purpose` string — Purpose of the uploaded file.
  - `created_at` integer — Timestamp of file creation.

## Other responses

- `default` — The request has failed.

---

[API](https://skmtc.net/z/apis/z-ai-api.md) · [All operations](https://skmtc.net/z/apis/z-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/z/z-ai-api/revisions/62622aa47d10/schema)
