Creates a file comment attachment upload and returns Presigned URLs for uploading its parts. 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 managed uploads, use the SDK commentAttachments.uploadForFile helper or the CLI youvico comment-attachment upload command. Both handle the full multipart workflow.
Managed CLI workflow
The CLI example runs the complete managed upload workflow instead of calling only this endpoint.
Start File Comment Attachment Upload Tier 3
Creates a file comment attachment upload and returns Presigned URLs for uploading its parts. 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 managed uploads, use the SDK
commentAttachments.uploadForFilehelper or the CLIyouvico comment-attachment uploadcommand. Both handle the full multipart workflow.Managed CLI workflow
The CLI example runs the complete managed upload workflow instead of calling only this endpoint.
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