conversations
Get Sms Attachment Upload Url
Get presigned S3 upload URL for SMS attachment.
This endpoint:
- Verifies conversation access
- Generates S3 key for the attachment
- Returns presigned upload URL + public URL for display
Flow:
- Frontend calls this to get upload URL
- Frontend uploads file directly to S3 using the presigned URL
- Frontend sends SMS with the public_url in media_urls array
post/conversations/{conversation_id}/upload-url
Path parameters
conversation_idstring uuid required
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 5 revisions of this API.