Create Asset
Create a new asset record before uploading a supported file to use in generations.
Authorizations
Body
Name of the asset. Default to user-provided file name.
The type of the asset.
text, image, audio, video, voice, three_d, rich_text Optional pre-reserved asset ID, used as the produced media+asset resource_id so the client knows the upload's identity before it completes.
Response
Successful Response
Name of the asset. Default to user-provided file name.
The type of the asset.
text, image, audio, video, voice, three_d, rich_text The id of the newly created asset. Should be used for upload.
Optional pre-reserved asset ID, used as the produced media+asset resource_id so the client knows the upload's identity before it completes.
Presigned S3 URL for uploading the asset file using HTTP PUT. Only present when the asset type is VIDEO.
1 - 2083