---
title: "Duplicate an offer"
method: POST
path: "/v3/ai-sdr/offers/{id}/duplicate"
tags: ["AI SDR Offers"]
---

# Duplicate an offer

`POST /v3/ai-sdr/offers/{id}/duplicate`

<Warning>
  **Coming soon.** This endpoint will be available by mid July 2026.
</Warning>

<small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>

Creates a copy of an existing offer, including its company-context fields (ICP, reason for outreach, case studies, pain points, proof points, value propositions, and calls to action). The copy is returned in the response body.

Requires the AI SDR feature on the caller's team.

## Path parameters

- `id` integer, required

## Response `201`

Offer duplicated successfully

- object — Detailed representation of an offer — the bundle of company-context inputs the AI SDR uses to personalize outreach. Returned by get/create/update responses.
  - `id` integer — Unique identifier for the offer
  - `name` string — Display name of the offer
  - `companyName` string — The company being represented in outreach
  - `companyDescription` string — Short description of what the company does
  - `icp` string — Ideal Customer Profile — who the offer is meant for
  - `reasonForOutreach` string — Free-form rationale shown to the AI SDR for why this outreach is being made
  - `caseStudies` string[] — Case studies that demonstrate the company's value
  - `painPoints` string[] — Customer pain points this offer addresses
  - `proofPoints` string[] — Proof points that back up the offer's claims
  - `valuePropositions` string[] — Value propositions presented in messaging
  - `callToActions` string[] — Call-to-action phrasings the AI SDR can use

## Other responses

- `400` — Invalid `id` (not a positive integer)
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — AI SDR feature is not available for the caller's team, or offer duplication is not enabled for the team
- `404` — Source offer not found
- `502` — Upstream AI SDR service failure

---

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