Directories
Directories are containers for Source Files that can be used to help organize the contents of a project
Create Directory
POST
https://api.annolab.ai/v1/directory/create
Create a new directory within the project
Headers
Name
Type
Description
Authorization
string
Where you put your api key. Creating a directory requires a key with "Write" permissions.
{"Authorization": "Api-Key XXXXXXX-XXXXXXX-XXXXXXX"}
Request Body
Name
Type
Description
projectIdentifier
string
Identifier of the project that the directory will be created within. Either id or the unique name of the project.
name
string
Name of the directory you wish to create
Example of how to make the request to create a directory
Last updated