Skip to content
Start here

Direct Uploads

Create authenticated direct upload URL V2
client.images.v2.directUploads.create(DirectUploadCreateParams { account_id, id, creator, 3 more } params, RequestOptionsoptions?): DirectUploadCreateResponse { id, uploadURL }
POST/accounts/{account_id}/images/v2/direct_upload
ModelsExpand Collapse
DirectUploadCreateResponse { id, uploadURL }
id?: string

Image unique identifier.

maxLength32
uploadURL?: string

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