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

# Generate Schema

### Body

<ParamField body="file" type="string" required>
  File url
</ParamField>

### Response

<ResponseField name="message" type="string">
  Success message.
</ResponseField>

<ResponseField name="schema" type="object[]">
  The generated schema
</ResponseField>
