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

# Form Filling Info APIs

> Get Medical form template information for Form filling sessions

The Form filling Info APIs enable partners to retrieve Medical form template information used when creating Form filling sessions. Templates define the structured fields Suki fills from the visit conversation.

These APIs are called from your servers and authenticated with a Suki Token (`sdp_suki_token`). Critically, use the template IDs and schema from this API when you seed Form filling session context. Do not invent template identifiers in client code.

## Available endpoints

<Columns cols={2}>
  <Card title={<><Badge color="green" size="sm">GET</Badge> Medical Form Templates IDs</>} href="/form-filling-api-reference/info/suki-medical-form-templates" arrow={true} icon="code">
    <Callout type="info">
      Purpose: Retrieve supported Medical form templates and schema details
    </Callout>
  </Card>
</Columns>

## Related guides

<Columns cols={2}>
  <Card title="Form Filling Templates" href="/documentation/concepts/form-filling/form-filling-overview#medical-form-templates" icon="book" cta="Learn more">
    Learn how Medical form templates drive Form filling output
  </Card>

  <Card title="Form Filling Basic Usage" href="/documentation/how-to/form-filling/form-filling-basic-usage" icon="book" cta="Learn more">
    Seed session context with template metadata after you choose a template
  </Card>
</Columns>

## Common use cases

<Columns cols={2}>
  <Card title="Offer only supported Medical form templates">
    Present templates Suki supports for vitals, nursing, and specialty assessments in your product.
  </Card>

  <Card title="Guarantee predictable fields for intake workflows">
    Use template schema details so structured Form filling output matches the fields your EHR expects.
  </Card>
</Columns>
