v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Playbooks

Upload a style file

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

Uploads a style file (reference document) to a playbook. Style files inform tone and voice when the playbook is applied. Maximum upload size: 100 MB.

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

post/v3/ai-sdr/playbooks/{playbook_id}/style-files

Path parameters

playbook_idstring required

Composite playbook id (o-N / t-N)

Response

Style file uploaded successfully

idinteger

Unique identifier for the style file

fileNamestring

Original name of the uploaded file

Example response

{
  "id": 12345,
  "fileName": "tone-guide.pdf"
}