Skip to main content
POST

Body Parameters

string
required
Project name
string
Project description
string
Project icon (emoji or icon identifier)
string
Project color (hex code, e.g., #3B82F6)

Response

boolean
Indicates if the project was created successfully
string
Success or error message
object
The newly created project object

Notes

  • Only the name field is required
  • Icons can be emojis or icon identifiers from your icon library
  • Colors should be in hex format (e.g., #3B82F6)
  • The project is automatically associated with the authenticated user