Skip to main content
POST
/
v3
/
ai-sdr
/
playbooks
/
{playbook_id}
/
style-files
Upload a style file
curl --request POST \
  --url https://api.reply.io/v3/ai-sdr/playbooks/{playbook_id}/style-files \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "id": 12345,
  "fileName": "tone-guide.pdf"
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

playbook_id
string
required

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

Body

multipart/form-data
file
file
required

The file to upload

Response

Style file uploaded successfully

A single style file attached to a playbook. Style files are reference documents (PDFs, text excerpts, etc.) that inform tone and voice when the playbook is applied.

id
integer<int64>
read-only

Unique identifier for the style file

fileName
string
read-only

Original name of the uploaded file