LangBot Docs
Embedding Models

Update an embedding model

PUT
/api/v1/provider/models/embedding/{model_uuid}

Authorization

X-API-Key<token>

In: header

Path Parameters

model_uuid*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/api/v1/provider/models/embedding/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "code": 0}