Asset
Upload asset via URL
POST
/
asset
/
upload
/
url
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
any
requiredurl
string
requiredURL where the asset contents can be retrieved, e.g. https://s3.amazonaws.com/my-bucket/path/filename.mp4
.
For an IPFS source, this should be similar to: ipfs://{CID}
. For an Arweave
source: ar://{CID}
.
staticMp4
any
playbackPolicy
object | null
Whether the playback policy for an asset or stream is public or signed
creatorId
storage
any
encryption
any
c2pa
any
profiles
any
targetSegmentSizeSecs
any
Response
200 - application/json
asset
object
requiredtask
object
requiredWas this page helpful?