---
title: "Add a new file to a model"
method: POST
path: "/models/{model_id}/model_files"
tags: ["Files"]
---

# Add a new file to a model

`POST /models/{model_id}/model_files`

## Path parameters

- `model_id` string, required

## Response `202`

Accepted; the files will be added to the model after processing

## Other responses

- `401` — Unauthorized; the request did not provide valid authentication details
- `403` — Forbidden; the provided credentials do not have permission to perform the requested action

---

[API](https://skmtc.net/manyfold3d/apis/manyfold-api.md) · [All operations](https://skmtc.net/manyfold3d/apis/manyfold-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manyfold3d/manyfold-api/versions/a3cbfc387e66/schema)
