---
title: "Start a new pVAC-Seq run from a web form"
method: POST
path: "/api/v1/staging"
tags: ["staging"]
---

# Start a new pVAC-Seq run from a web form

`POST /api/v1/staging`

This endpoint serves as an intermediary between a web form and the start endpoint.  Uploaded files are saved to temporary locations and their paths are forwarded to the start endpoint.  Additionally, an output directory is automatically generated

## Response `200`

Returns the process ID of the newly started pVAC-Seq run

- integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/griffithlab/apis/pvacseq-server-schema.md) · [All operations](https://skmtc.dev/griffithlab/apis/pvacseq-server-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/griffithlab/pvacseq-server-schema/revisions/4890f685ade7/schema)
