Deployments
Add a deployment to a model
POST
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Path Parameters
Body
application/json
Body for adding a deployment to an existing model via
POST /v1/models/{model_id}/deployments.
Where the new deployment is created from.
cURL