---
title: "Get an Artifact upload link."
method: POST
path: "/projects/{owner}/{name}/artifacts"
tags: ["Artifacts"]
---

# Get an Artifact upload link.

`POST /projects/{owner}/{name}/artifacts`

## Path parameters

- `owner` string, required
- `name` string, required

## Request body

- KeyRequest
  - `key` string, required

## Response `200`

Successful Response

- S3UploadRequest
  - `url` string, required
  - `fields` object, required

## Other responses

- `422` — Validation Error

---

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