Skip to main content
POST
/
v3
/
ai-sdr
/
knowledge-bases
/
{knowledge_base_id}
/
reengagement-cards
/
{reengagement_card_id}
/
media
Upload reengagement card media
curl --request POST \
  --url https://api.reply.io/v3/ai-sdr/knowledge-bases/{knowledge_base_id}/reengagement-cards/{reengagement_card_id}/media \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "id": 12345,
  "fileName": "demo-screenshot.png",
  "size": 248
}

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

knowledge_base_id
integer<int64>
required
Required range: x >= 1
reengagement_card_id
string<uuid>
required

Body

multipart/form-data
file
file
required

The file to upload

Response

Media uploaded and attached

A media file attached to a reply handler or reengagement card.

id
integer<int64>
read-only

Unique identifier for the media item

fileName
string
read-only

Original name of the uploaded file

size
integer
read-only

Size in kilobytes