# Create new data **POST /data** Allows the creation of new data with a flexible schema. The data can contain any variable name and value. The `createdBy` field is required to track who created the entry. ## Servers - Main production server: https://api.kartsriv.com/v1 (Main production server) ## Parameters ### Body: application/json (object) Data to be created - **name** (string) The name of the data (e.g., "user_info", "example"). - **value** (object) The value of the data, which can be a string, number, boolean, array, or any JSON object. - **createdBy** (string) The user who created the data ## Responses ### 201 Data successfully created #### Body: application/json (object) - **message** (string) - **name** (string) - **value** (object) ### 400 Invalid input #### Body: application/json (object) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)