# Institute controller create v1 **POST /api/v1/institute/new** ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Body: application/json (object) - **name** (string) - **code** (string) - **type** (string) - **registration_number** (string) - **accrediting_body** (string) - **ownership** (string) - **date_established** (string) - **motto** (string) - **website_url** (string) ## Responses ### 200 #### Body: application/json (object) - **message** (string) - **institutes** (array[object]) ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) [Powered by Bump.sh](https://bump.sh)