cURL
curl --request GET \ --url https://api.dittowords.com/v1/project-folders/{folder_id}/projects \ --header 'Authorization: <api-key>'
[ { "id": "project_1", "name": "Project 1" }, { "id": "project_2", "name": "Project 2" } ]
Returns a list of projects in the specified project folder.
Documentation IndexFetch the complete documentation index at: https://developer.dittowords.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.dittowords.com/llms.txt
Use this file to discover all available pages before exploring further.
[ { "id": "project_1", "name": "Project 1" }, { "id": "project_2", "name": "Project 2" }]