ExtractRequestBody
Example Usage
typescript
import { ExtractRequestBody } 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 |
schema | string | ✔️ | JSON Schema object or JSON string defining the structure of data to extract |
metadata | string | ➖ | Optional metadata as JSON object or JSON string |
file | File | Blob | operations.ExtractFile | ✔️ | The file to extract structured data from |
prompt | string | ➖ | Optional custom system prompt to guide extraction |