curl --request POST \
--url https://api.skyvern.com/v1/folders \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>"
}
'{
"title": "<string>",
"folder_id": "<string>",
"organization_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"workflow_count": 0
}Create a new folder to organize workflows
curl --request POST \
--url https://api.skyvern.com/v1/folders \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>"
}
'{
"title": "<string>",
"folder_id": "<string>",
"organization_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"workflow_count": 0
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Successfully created folder
Response model for a folder