---
title: "Create Benchmark Task Append"
method: POST
path: "/api/v1/benchmarks/{bench_id}/tasks:append"
tags: ["benchmarks"]
---

# Create Benchmark Task Append

`POST /api/v1/benchmarks/{bench_id}/tasks:append`

Return signed artifact URLs for one append batch, staged under a prefix derived from the Idempotency-Key. Commit the returned batch_id to publish the batch's tasks.

## Path parameters

- `bench_id` string, required

## Headers

- `Idempotency-Key` string, required

## Request body

- UploadFilesRequest — One batch of files to sign PUT urls for; the owning id comes from the path or is minted.
  - `files` BenchmarkUploadFile[], required — Files to sign upload URLs for, one URL returned per declared path.
    - `path` string, required
    - `content_type` string, required
    - `size_bytes` integer, required

## Response `201`

Successful Response

- CreateBenchmarkTaskAppendResponse
  - `bench_id` string, required
  - `batch_id` string, required
  - `urls` BenchmarkUploadUrl[], required
    - `path` string, required
    - `url` string, required
    - `headers` object, required
  - `expires_at` string, date-time, required

---

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