ExtractWithSchemaRequestBody
Example Usage
typescript
import { ExtractWithSchemaRequestBody } from "@meetkai/mka1/models/operations";
// No examples available for this modelFields
| Field | Type | Required | Description |
|---|---|---|---|
model | string | ✔️ | ID of the model to use for extraction |
file | File | Blob | operations.ExtractWithSchemaFile | ✔️ | The file to extract structured data from |
prompt | string | ➖ | Optional custom system prompt to guide extraction |