Is there an API to allow a model/item to be copied?

  1. What do you want to achieve? I want to find an API that can configure items to be copied/for sale.

  2. What is the issue? I can’t find any APIs that match that.

  3. What solutions have you tried so far? Looking through a lot of Roblox Web API pages.

Title basically explains it.

I don’t think so, what would be a use case for this?

Don’t think any of it is documented

url:
PATCH https://develop.roblox.com/v1/assets/ASSET_ID HTTP/1.1

body:
{"name":"asset name","description":"asset description","enableComments":true,"genres":["All"],"isCopyingAllowed":true}

headers:
Cookie: .ROBLOSECURTY=abcdef123456

to allow models to be copied, you can enable that option while publishing it in studio. scroll down and you should see an option for such.