Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
Response
Successful Response
The response is of type object
.
{
"columns_schemas": {},
"is_embedding_searchable": true
}
{
"columns_schemas": {},
"is_embedding_searchable": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.