Create a new projectCopy Pagepost https://api.pixop.com/api/v1/projectsCreates a new project within the selected team.Query ParamsselectTeamIduuidSpecifies the team ID for the operation. For POST requests, assigns the new object to the specified team. For GET requests, retrieves data for the specified team. If not provided, defaults to the ID of the default team associated with the API key. Body ParamsFields required for creating a new project.Represents the fields that can be updated for a project.namestringrequiredlength between 1 and 47The name of the project. Must be between 1 and 47 characters long.Responses 201Successfully retrieved project details. 400Invalid request. Inspect the details of the error for more information. 401Authentication failed. Missing or invalid X-API-Key or basic authentication credentials. 403Access denied. You do not have the necessary permissions to access this resource. 429Too Many Requests. The rate limit for this resource has been exceeded. 500An unexpected error occurred on the server.Updated about 1 year ago