Create a specified number of new Assets without files. AssetUploads can be done separately.
Security
bearerToken
- Productionhttps://api-v2.dash.app/assets-creations
- Staginghttps://api-v2.dashstaging.app/assets-creations
curl -i -X POST \
https://api-v2.dash.app/assets-creations \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"numberToCreate": 42
}'Response
{ "result": { "assetIds": [ … ] }, "permittedActions": [ { … } ] }