---
title: "POST /tracks/{track_id}/reposts"
method: POST
path: "/tracks/{track_id}/reposts"
tags: ["tracks"]
---

# POST /tracks/{track_id}/reposts

`POST /tracks/{track_id}/reposts`

Repost a track

## Path parameters

- `track_id` string, required

## Query parameters

- `user_id` string, required

## Request body

- RepostRequestBody — Optional metadata for repost operations
  - `is_repost_of_repost` boolean — Set to true when reposting an item that was reposted (used for notifications)

## Response `200`

Track reposted successfully

- WriteResponse
  - `transaction_hash` string — The blockchain transaction hash
  - `block_hash` string — The blockchain block hash
  - `block_number` integer — The blockchain block number/height

## Other responses

- `401` — Unauthorized
- `404` — Track not found
- `500` — Server error

---

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