---
title: "Presigned Urls"
method: POST
path: "/api/v1/projects/{project_id}/deployments/presigned-urls"
tags: ["Deployments"]
---

# Presigned Urls

`POST /api/v1/projects/{project_id}/deployments/presigned-urls`

Get the environment variables for the deployment script.

## Path parameters

- `project_id` string, uuid, required — The unique identifier of the project

## Request body

- PresignedURLsRequest
  - `project_deployment_id` string, uuid, required — The unique identifier a project deployment
  - `file_paths` string[], required

## Response `200`

Successful Response

- PreSignedUrlMapping
  - `signed_urls` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
