Create Model
Tags: Models
Method: POST
Endpoint: https://api.causadb.com/v1/models/{model_name}
Description:
Creates a new causal model with a given configuration and data.
Parameters:
model_name
(path): The name of the model to create
Request Body:
- Description: The model configuration in JSON format
Responses:
- 200: Successful Response
- 422: Validation Error