Genbase
ApiEmbedding

Get Current Default Embedding Model

GET
/embedding/current

Authorization

AuthorizationRequiredBearer <token>

JWT Token for authenticated users (obtained via /auth/jwt/login).

In: header

curl -X GET "http://localhost:8000/embedding/current" \
  -H "Authorization: Bearer <token>"

Response containing a model name

{
  "model_name": "string"
}