---
title: "Upload an attachment for offer generation"
method: POST
path: "/v3/ai-sdr/offers/generation-attachments"
tags: ["AI SDR Offers"]
---

# Upload an attachment for offer generation

`POST /v3/ai-sdr/offers/generation-attachments`

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

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

Uploads a single attachment whose id can be passed in `attachmentIds` of `POST /v3/ai-sdr/offers/generate` to seed the generation. Maximum size 10 MB; supported formats are `.txt`, `.pdf`, `.doc`, `.docx`, and `.rtf`.

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

## Response `200`

Attachment uploaded

- object
  - `id` integer
  - `name` string

## Other responses

- `400` — Missing file, file exceeding the 10 MB limit, or an unsupported file format
- `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
- `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)
