Catalog
Get service parameters
Retrieves the configuration schema (JSON Schema) for a specific service. Returns a JSON Schema object with properties that define the service's configurable parameters.
get/services/{id}/params
Path parameters
idstring required
Service ID (e.g., 'chat', 'digitize', 'similarity')
Response
JSON Schema object with $schema, type, and properties defining service parameters
object required