# Create a project **POST /projects** Create a project ## Servers ## Parameters ## Body parameters Content-type: The project information. - **project** (object) ## Responses ### 201: Project created and returned #### Body Parameters: (object) - **id** (string(uuid)) - **code** (string) - **chain** (string) - **description** (string | null) - **free_float_bps** (number) - **number_of_tokens** (string) - **minimum_subscription_bps** (number) - **token_price** (string) - **currency** (string) - **coupon_bps** (integer) - **min_investment** (number(float)) - **on_sale** (boolean) - **pre_sale** (boolean) - **post_sale** (boolean) - **sale_starts_at** (string(datetime)) - **sale_ends_at** (string(datetime)) - **published** (boolean) - **account_name** (string) - **has_investment_survey** (boolean) - **transferability** (string) - **bvdh_customer_id** (string) - **iban** (string) - **bic** (string) ### 401: Authorization information is missing or invalid. ### 422: Request body has errors or invalid. [Powered by Bump.sh](https://bump.sh)