Deployments
Add a deployment to a model
POST
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are 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