Models

models

Methods

Create Model ->
post/v5/models

Create Model

List Models -> CursorPage<>
get/v5/models

List Models

Update Model ->
patch/v5/models/{model_id}

Update Model

Delete Model -> { id, deleted, object }
delete/v5/models/{model_id}

Delete Model

Get Model ->
get/v5/models/{model_id}

Get Model

path Parameters
model_id: string
Response fields
Request example
200Example

Domain types

InferenceModel = { id, created_at, created_by_identity_type, 9 more... }