API End point required to create folders in Frame.io

Hi

Is there any API endpoint available for Frame.io to create folders by an HTTP request?

Thanks in advance.

Hi, yes! You can use the following endpoint: https://api.frame.io/v2/assets/${assetId}/children as documented here: Create an Asset
and specify a type as folder

2 Likes