/api/v1/projects/{projectId}/plansAsk AIpost http://localhost:8000/api/v1/projects/{projectId}/plansThis can be used to create a new project plan.Path ParamsprojectIdstringrequiredBody ParamsPlan creation data, using either an existing document or a newly uploaded file.CreatePlanFromFileDtoCreatePlanFromDocumentDtosource_idstringThe unique identifier of the source. This is a user-generated string. You can use this to link the person to a resource in an external system.namestringThe name of the plan, including the file extension. If set to null or empty, defaults to the file name.descriptionstringThe description of the plan.folder_idstring | nullrequiredID of the folder containing the plan. If se to null, refers to the default "Unsorted" folder, other must point to an existing folder ID. Folder name takes precedence over folder_id when specified.folder_namestring | nullrequiredName of the Folder. Will create a folder with this name if it does not exist. Folder name takes precedence over folder_id when specified.file_pathstringrequiredData path of the uploaded file. Please check the file uploading documentation for more information: https://capmoapi.readme.io/reference/file-management-apiHeadersRequest-IdstringThe HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.Responses 200The project plan has been successfully created. 400Bad request, Invalid input 401Unauthorized 403Forbidden 404Object not found 409Conflict 500Internal server errorUpdated about 2 months ago