Importing (upload alternative)
Create an asset
Create an asset requires the commit_id, file_location, file_name, and temp upload id. Adds the asset, and a version with the file from the temp location. Assigns the asset/version to the commit. Returns asset_id, version_id on success.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Was this page helpful?