Skip to main content
GET
/
api
/
v2
/
pre-flight-checks
Pre-flight checks
curl --request GET \
  --url https://api.trychroma.com/api/v2/pre-flight-checks
{
  "max_batch_size": 1,
  "supports_base64_encoding": true
}

Response

Pre flight checks

max_batch_size
integer<int32>
required
Required range: x >= 0
supports_base64_encoding
boolean
required