Bulk upload attachments
Attachments
Bulk upload attachments
Upload multiple attachment files and receive attachment references for a later resource create or upsert request. Include type=attachment, or per-file type:N=attachment fields, so BuildPass can route each file to the correct storage family. For example, use the returned references to bulk upsert photos.
POST
Bulk upload attachments
Requires a valid authenticated request for the builder. No resource-specific scope is required for upload.
Uploads multiple attachment files into BuildPass-managed attachment storage and returns attachment references.
Include
type=attachment in the multipart body to apply the same type to all files, or type:0=attachment, type:1=attachment, and so on to set a type per file. The type tells BuildPass which storage family to use; attachment is the only externally supported upload type for now.
For example, you can use each returned { key, regionId, type } to bulk upsert photos by passing it as photos[].imageAttachment.Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
multipart/form-data
Response
201 - application/json
Attachments uploaded