Upload-URLs für den Echtzeit-Upload anfordern
Upload-URLs für den Echtzeit-Upload anfordern
Echtzeit-Upload-Teile registrieren und vorab signierte AWS S3-Upload-PUT-URLs generieren.
Authentifizierung
AuthorizationBearer
Bearer-Authentifizierung der Form Bearer <token>, wobei token Ihr Auth-Token ist.
Pfadparameter
asset_id
Asset ID
Anfrage
Enumerates parts that upload URLs should be created for.
parts
List of file upload parts to register with Frame.
asset_name
Updates the asset name if only extension was supplied to assetCreate, and the default name is still in use.
Otherwise, will be ignored.
asset_filesize
The full filesize for the upload in bytes. This field is required when an object in parts has is_final set to true.
Must be no more than 5 TiB.
Antwort
Returns array of upload URLs for created parts.
upload_urls
Array of AWS S3 presigned upload PUT URLs.
Returned in the same order as the parts field of the request.
Fehler
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error