> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.mor.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Root

> Root endpoint returning basic API information

Root endpoint returning basic API information.

Returns metadata about the Morpheus Inference API including version information and available resources.

### Response

<ResponseField name="name" type="string">
  API name
</ResponseField>

<ResponseField name="version" type="string">
  Current API version
</ResponseField>

<ResponseField name="description" type="string">
  API description
</ResponseField>

<ResponseField name="documentation" type="string">
  URL to API documentation
</ResponseField>

<Info>
  **API Discovery**: This endpoint is useful for API discovery and version checking. It provides a quick way to verify the API is accessible and learn about its current version.
</Info>

<Note>
  This endpoint does not require authentication and can be called by anyone to check API availability.
</Note>
