# Create model **POST /data/events/** Create a new model instance with data provided in the request body. JSON format is expected. The model performs validation automatically when instantiated. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **name** (string) ## Responses ### 201: Model created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)