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

# Service Info



## OpenAPI

````yaml /openapi/em-talk2data-v2.yaml get /talk2data/
openapi: 3.1.0
info:
  title: Talk to Data Service
  version: 3.2.0-dev1
servers: []
security: []
paths:
  /talk2data/:
    get:
      summary: Service Info
      operationId: service_info_talk2data__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````