v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Offers

Generate an offer

<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>

Generates an offer from a prompt or company URL, optionally seeded with previously uploaded attachments. The generated offer is persisted directly — clients do not need a separate create call.

Returns a background job to poll via GET /v3/background-jobs/{jobId}; on completion its jsonDataResult carries the generated offer (offerId plus the same company-context fields returned by GET /v3/ai-sdr/offers/{id}).

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

post/v3/ai-sdr/offers/generate

Request body

promptstring required

Prompt or company URL to seed the generation

attachmentIdsinteger[]

Ids of attachments previously uploaded via POST /v3/ai-sdr/offers/generation-attachments (max 10)

providerLLM'claude' | 'openAi' | 'gemini' | 'mistral'

LLM provider to generate with. Defaults to claude when omitted.

Response

Generation accepted; poll the returned job for progress and the generated offer

jobIdstring uuid required

Background job id; poll GET /v3/background-jobs/{jobId}.