v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Knowledge Bases

Upload reengagement card media

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

Attaches a media file to a reengagement card. Maximum upload size: 100 MB.

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

post/v3/ai-sdr/knowledge-bases/{knowledge_base_id}/reengagement-cards/{reengagement_card_id}/media

Path parameters

knowledge_base_idinteger required
reengagement_card_idstring uuid required

Response

Media uploaded and attached

idinteger

Unique identifier for the media item

fileNamestring

Original name of the uploaded file

sizeinteger

Size in kilobytes

Example response

{
  "id": 12345,
  "fileName": "demo-screenshot.png",
  "size": 248
}