Auto-generated content

This page is automatically generated from the OpenAPI specification.

ServerApi

All URIs are relative to http://localhost:8000/v1

MethodHTTP requestDescription
get_server_infoGET /infoGet server information
ping_serverGET /pingHealth check endpoint

get_server_info

ServerInfo get_server_info()

Get server information

Returns information about the server, such as the RxInferServer version, RxInfer version, Julia version, server edition and API version

Parameters

This endpoint does not need any parameter.

Return type

ServerInfo

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

ping_server

PingResponse ping_server()

Health check endpoint

Simple endpoint to check if the server is alive and running

Parameters

This endpoint does not need any parameter.

Return type

PingResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json
Auto-generated content

This page is automatically generated from the OpenAPI specification.