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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.