Creates a file comment attachment upload and returns presigned upload URLs. Parts are generated in 100 MB chunks, and the maximum attachment size is 1 GB.
An upload that is not attached to a comment becomes eligible for automatic cleanup 24 hours after it is created.
For typical comment attachment uploads, use the SDK-managed commentAttachments.uploadForFile helper instead of calling this endpoint directly. See Upload comment attachments.
Endpoint not callable from CLI
The CLI does not expose direct comment attachment upload commands. Use the SDK helper or call the HTTP endpoint directly.
Start File Comment Attachment Upload Tier 3
Creates a file comment attachment upload and returns presigned upload URLs. Parts are generated in 100 MB chunks, and the maximum attachment size is 1 GB.
An upload that is not attached to a comment becomes eligible for automatic cleanup 24 hours after it is created.
For typical comment attachment uploads, use the SDK-managed
commentAttachments.uploadForFilehelper instead of calling this endpoint directly. See Upload comment attachments.Endpoint not callable from CLI
The CLI does not expose direct comment attachment upload commands. Use the SDK helper or call the HTTP endpoint directly.
Example
Request
Path
idstringrequiredBody
namestringrequired1-255 characters
sizenumberrequired1-1000000000
Response
Returns
201 Created.dataobjectdata.idstringExample:
CA1234567890ABCDdata.partsarraydata.parts[].partNumbernumberExample:
1data.parts[].urlstringExample:
https://example.com/upload/1