Skip to content
Start here

Direct Uploads

Create authenticated direct upload URL V2
POST/accounts/{account_id}/images/v2/direct_upload
ModelsExpand Collapse
DirectUploadCreateResponse object { id, uploadURL }
id: optional string

Image unique identifier.

maxLength32
uploadURL: optional string

The URL the unauthenticated upload can be performed to using a single HTTP POST (multipart/form-data) request.