v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAI SDR Knowledge Bases
Upload reply handler media
<small>Requires the ai-sdr:write scope (or a broader one that includes it).</small>
Attaches a media file to a reply handler. Maximum upload size: 100 MB.
Requires the AI SDR feature on the caller's team.
post/v3/ai-sdr/knowledge-bases/{knowledge_base_id}/reply-handlers/{reply_handler_id}/media
Path parameters
knowledge_base_idinteger required
reply_handler_idstring uuid required
Response
Media uploaded and attached
Example response
{
"id": 12345,
"fileName": "demo-screenshot.png",
"size": 248
}