Menu

Models

Create API

Endpoints

Create model

Create a new model. This is where most implementations start off.

POST /models

Get model

Retrieve a model.

GET /models/<id>

List models

Retrieve all models.

GET /models

Update model

Update a model.

PATCH /models/<id>

Delete model

Delete a model.

DELETE /models/<id>
Menu