In this video we will show you how to programmatically create a SharePoint document library using free out of the box Power Automate connector actions.
You can copy and paste the code that we used in this video below:
_api/web/lists/
content-type: application/json;odata=verbose
{
"BaseTemplate": 101,
"Description": "This is some text",
"Title": "Client Documents"
}