---
id: get-api-root
title: 'API root'
description: 'Welcome message for the API root'
sidebar_label: 'API root'
hide_title: true
hide_table_of_contents: true
api: eJyNU01v2zAM/Ssaz1ocdNhhvgVDMAQYsKHtsEObAyMztlB9TaLTZob/+0AlW9MOGOaLRJF6fH58moCxL9DewcjWWbZUYKuho2KyTWxjgBa+kzPRk/JUCvak9jErHkitvm5UjpFBQ0yUUco3HbTQE6+SvT6lMpUUQ6EC7QRXy6Us/8QHDSYGpsBSyvTETXJog0TFDOSxnh8TQQuFsw09aKAn9MnRM5xWPNiibKlcr9c3t0L4DczyafDEQzyTBQ0JeYAWGtBQKB8oiygTjNlBCwNzapvGRYNuiIXbd8vlEl7L9FnSqqMDuZg8BVYnJJi3GmzYx0rbciW5dvYnqi83wukvJBG2i2YUkKpqlfzPlbdqpfaOnuzOkcLQqWLQoQSrjcJeOu8zenqM+WFxH+7DrQghoLaojortA3WKo9qRGgt16tHyoFDV/3NHlccQbOjPDW0ojMHQQq1Dl6INXBQ6Fx8rKZMJ2YZeq/vgMWBf90LKBqaMRpKnBr/JyUByHHtpWcdSK/doaAEaRPqTCsvF1fvFh7Mb0FQ3BPQv1PsYvR+D5SPoi1mVtml6y8O4W5joG5LqWE4ryPBTLOwxXCBeePnFLKZnL/7POzi78sK085nYdLbYHcgDExfJfpp2WOhbdvMsxz9Gykdo77YaDpitzFSiWcNA2FGunnygoxA2hpK0PKAbX/fcXvj70/oW5vkXrJ1U8Q==
sidebar_class_name: 'get api-method'
info_path: docs/rest/eliza-os-api
custom_edit_url: null
---

import ApiTabs from '@theme/ApiTabs';
import DiscriminatorTabs from '@theme/DiscriminatorTabs';
import MethodEndpoint from '@theme/ApiExplorer/MethodEndpoint';
import SecuritySchemes from '@theme/ApiExplorer/SecuritySchemes';
import MimeTabs from '@theme/MimeTabs';
import ParamsItem from '@theme/ParamsItem';
import ResponseSamples from '@theme/ResponseSamples';
import SchemaItem from '@theme/SchemaItem';
import SchemaTabs from '@theme/SchemaTabs';
import Heading from '@theme/Heading';
import OperationTabs from '@theme/OperationTabs';
import TabItem from '@theme/TabItem';

<Heading as={'h1'} className={'openapi__heading'} children={'API root'}></Heading>

<MethodEndpoint method={'get'} path={'/'}></MethodEndpoint>

Welcome message for the API root

<div>
  <div>
    <ApiTabs label={undefined} id={undefined}>
      <TabItem label={'200'} value={'200'}>
        <div>Welcome message</div>
        <div>
          <MimeTabs className={'openapi-tabs__mime'} schemaType={'response'}>
            <TabItem label={'text/plain'} value={'text/plain'}>
              <SchemaTabs className={'openapi-tabs__schema'}>
                <TabItem label={'Schema'} value={'Schema'}>
                  <details
                    style={{}}
                    className={'openapi-markdown__details response'}
                    data-collapsed={false}
                    open={true}
                  >
                    <summary style={{}} className={'openapi-markdown__details-summary-response'}>
                      <strong>Schema</strong>
                    </summary>
                    <div style={{ textAlign: 'left', marginLeft: '1rem' }}></div>
                    <ul style={{ marginLeft: '1rem' }}>
                      <div style={{ marginTop: '.5rem', marginBottom: '.5rem' }}>string</div>
                    </ul>
                  </details>
                </TabItem>
              </SchemaTabs>
            </TabItem>
          </MimeTabs>
        </div>
      </TabItem>
    </ApiTabs>
  </div>
</div>
