Skip to content
Get started

API Version

Endpoints for API service metadata.

Get the API version.
v1.api_version.get_version() -> APIVersionGetVersionResponse
GET/v1/version
ModelsExpand Collapse
class Version:

API version information

version: str

API version string

class APIVersionGetVersionResponse:
data: Version

API version information

version: str

API version string