---
title: "Create signed upload and download urls"
method: POST
path: "/workspaces/{workspace_id}/artifacts/urls"
tags: ["Report"]
---

# Create signed upload and download urls

`POST /workspaces/{workspace_id}/artifacts/urls`

Create signed artifact upload and download urls

## Path parameters

- `workspace_id` string, required

## Query parameters

- `kms_unsupported` boolean

## Response `200`

The upload and download URLs for the artifact

- ArtifactUrls — Signed artifact urls for uploading and downloading
  - `signed_download_url` string — signed url to download the artifact
  - `signed_upload_url` string — signed url to upload the artifact

## Other responses

- `404` — No such workspace
- `default` — Unexpected error

---

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