API Reference#

OpenAPI Schema#

The OpenAPI spec details the endpoints:

  • /v1/infer - Inference endpoint for combined volume and surface predictions

  • /v1/infer/volume - Inference endpoint for volume predictions

  • /v1/infer/surface - Inference endpoint for surface predictions

  • /v1/health/live - Health liveliness endpoint

  • /v1/health/ready - Health readiness endpoint

  • /v1/model/config - Returns the model configuration as YAML

  • /v1/metadata - Returns API metadata

  • /v1/openapi - Returns the OpenAPI specification in YAML format

  • /v1/metrics - Returns service metrics

  • /v1/license - Returns license information

Reference#