API → MLCreate a custom ML model that is backed by one or more org datasets
Parameters
Name
Type
Req.
bodyapplication/json
objectoptionalObject Properties
Returns
- 201 Created
successful creation
Name
Type
Req.
body
objectoptionalObject Properties
post
/ml/custom/models$ curl -X POST "https://api.zoo.dev/ml/custom/models" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{}'201 Created
Response{}