Create a draft project for the authenticated user
Parameters
Name
Type
Req.
Returns
- 201 Created
successful creation
Name
Type
Req.
body
objectoptionalObject Properties
files
arrayoptionalArray of
Possible values
project_toml: The root `project.toml` manifest.project_file: A project source file such as `.kcl`.preview_image: A preview image generated or uploaded for the gallery.
Possible values
pending: A preview has not been generated yet.ready: The preview is available for display.failed: Preview generation failed and needs attention.
Possible values
private: The project is owner-visible only and not intended for publication.draft: The project is being prepared for publication but is not yet submitted.pending_review: The project is awaiting moderation review.published: The project is publicly visible in the gallery.rejected: The project was reviewed and rejected.deleted: The project was removed from public display.
post
/user/projects201 Created
Response