---
title: "Get Model Upload Endpoint"
method: POST
path: "/v1/accounts/{account_id}/models/{model_id}:getUploadEndpoint"
tags: ["Gateway"]
---

# Get Model Upload Endpoint

`POST /v1/accounts/{account_id}/models/{model_id}:getUploadEndpoint`

## Path parameters

- `account_id` string, required
- `model_id` string, required

## Request body

- GatewayGatewayGetModelUploadEndpointBody
  - `filenameToSize` object, required — A mapping from the file name to its size in bytes.
  - `enableResumableUpload` boolean — If true, enable resumable upload instead of PUT.
  - `readMask` string — The fields to be returned in the response. If empty or "*", all fields will be returned.

## Response `200`

A successful response.

- GatewayGetModelUploadEndpointResponse
  - `filenameToSignedUrls` object
  - `filenameToUnsignedUris` object — Unsigned URIs (e.g. s3://bucket/key, gs://bucket/key) for uploading model files. Returned when the caller has permission to upload to the URIs.

---

[API](https://skmtc.net/fireworks/apis/fireworks-ai-anthropic-compatible-messages-api.md) · [All operations](https://skmtc.net/fireworks/apis/fireworks-ai-anthropic-compatible-messages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fireworks/fireworks-ai-anthropic-compatible-messages-api/revisions/954d6bc5d922/schema)
